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
49
49
;;
50
50
-* )
51
51
wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52
- exec odoo " $@ " " ${DB_ARGS[@]} "
52
+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
53
53
;;
54
54
* )
55
55
exec " $@ "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ case "$1" in
49
49
;;
50
50
-* )
51
51
wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52
- exec odoo " $@ " " ${DB_ARGS[@]} "
52
+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
53
53
;;
54
54
* )
55
55
exec " $@ "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ case "$1" in
49
49
;;
50
50
-* )
51
51
wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52
- exec odoo " $@ " " ${DB_ARGS[@]} "
52
+ exec odoo " $@ " " ${DB_ARGS[@]} " " ${ODOO_ARGS[@]} "
53
53
;;
54
54
* )
55
55
exec " $@ "
You can’t perform that action at this time.
0 commit comments