Skip to content

Commit f764ffa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)