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 a231649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 15.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
2 changes: 1 addition & 1 deletion 16.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
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 a231649

Please sign in to comment.