Skip to content

Commit a231649

Browse files
committed
Missed one change.
1 parent 065aadd commit a231649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

15.0/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff 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 "$@"

16.0/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff 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 "$@"

17.0/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff 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 "$@"

0 commit comments

Comments
 (0)