nanterre: use "$@" in zoo-manage

This commit is contained in:
Thomas NOËL 2017-09-10 20:56:30 +02:00
parent d70faa470a
commit 1ccf6fd447
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
cd /opt/zoo/
export ZOO_SETTINGS_FILE=/opt/zoo/local_settings.py
. /opt/zoo/venv/bin/activate
./zoo/manage.py $*
./zoo/manage.py "$@"