Merge pull request #1920 from chrismeyersfsu/fix-supervisord

fix supervisord issue
This commit is contained in:
Chris Meyers 2016-05-13 15:54:34 -04:00
commit 666e8fff92

View File

@ -15,4 +15,4 @@ if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
fi
# Run the requested Python command, using the interpreter from the path
python "$@"
exec python "$@"