Skip to content

Commit

Permalink
Missed one change.
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh committed Mar 31, 2024
1 parent 065aadd commit f764ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17.0/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ case "$1" in
;;
-*)
wait-for-psql.py ${DB_ARGS[@]} --timeout=30
exec odoo "$@" "${DB_ARGS[@]}"
exec odoo "$@" "${DB_ARGS[@]}" "${ODOO_ARGS[@]}"
;;
*)
exec "$@"
Expand Down

0 comments on commit f764ffa

Please sign in to comment.