Removed virtualenv from manage.sh, and using exec
This commit is contained in:
parent
e27f5b7cec
commit
fab68aa802
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user