Fixed startup command.

This commit is contained in:
Veikko Väätäjä 2016-10-10 14:39:53 +03:00
parent 91541321de
commit ca3ae976b3

View File

@ -12,10 +12,10 @@ export PGHOST PGPORT PGUSER PGPASSWORD
case "$1" in
--)
shift
exec odoo-bin "$@"
exec odoo "$@"
;;
-*)
exec odoo-bin "$@"
exec odoo "$@"
;;
*)
exec "$@"