Skip to content

Commit

Permalink
Merge pull request #66 from lalithkota/main
Browse files Browse the repository at this point in the history
Packaging script: Post Init upgraded
  • Loading branch information
lalithkota authored Oct 28, 2024
2 parents bb90cc7 + fce4634 commit 23173e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/post-init-openg2p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
EXTRA_ADDONS_PATH="$ODOO_BASE_DIR/extraaddons"

for dir in $EXTRA_ADDONS_PATH/*/; do
ODOO_ADDONS_DIR="$ODOO_ADDONS_DIR,${dir%/}"
export ODOO_ADDONS_DIR="$ODOO_ADDONS_DIR,${dir%/}"
done

if [ -n "$EXTRA_ADDONS_URLS_TO_PULL" ]; then
Expand Down

0 comments on commit 23173e8

Please sign in to comment.