Add comment about '-' detection magic
This commit is contained in:
parent
fb1e830501
commit
27c3328759
@ -9,6 +9,7 @@ set -e
|
||||
: ${PGPASSWORD:=$DB_ENV_POSTGRES_PASSWORD}
|
||||
export PGHOST PGPORT PGUSER PGPASSWORD
|
||||
|
||||
# if the first arg starts with '-', prepend 'openerp-server' to $@
|
||||
if [ "${1:0:1}" = '-' ]; then
|
||||
set -- openerp-server "$@"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user