Removed virtualenv from manage.sh, and using exec

This commit is contained in:
2017-03-08 12:38:16 +01:00
parent e27f5b7cec
commit fab68aa802

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash
. /data/venv/bin/activate
set -e
cd /data/git/blender-cloud
python manage.py "$@"
exec python manage.py "$@"