Fixed startup command.
This commit is contained in:
parent
91541321de
commit
ca3ae976b3
@ -12,10 +12,10 @@ export PGHOST PGPORT PGUSER PGPASSWORD
|
||||
case "$1" in
|
||||
--)
|
||||
shift
|
||||
exec odoo-bin "$@"
|
||||
exec odoo "$@"
|
||||
;;
|
||||
-*)
|
||||
exec odoo-bin "$@"
|
||||
exec odoo "$@"
|
||||
;;
|
||||
*)
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user