File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ case "$1" in
4949 ;;
5050 -* )
5151 wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52- exec odoo " $@ " " ${DB_ARGS[@]} "
52+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
5353 ;;
5454 * )
5555 exec " $@ "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ case "$1" in
4949 ;;
5050 -* )
5151 wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52- exec odoo " $@ " " ${DB_ARGS[@]} "
52+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
5353 ;;
5454 * )
5555 exec " $@ "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ case "$1" in
4949 ;;
5050 -* )
5151 wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52- exec odoo " $@ " " ${DB_ARGS[@]} "
52+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
5353 ;;
5454 * )
5555 exec " $@ "
You can’t perform that action at this time.
0 commit comments