From: Lorin Hochstein Date: Tue, 24 Jan 2017 06:35:16 +0000 (-0800) Subject: Run the actual server in the script X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ab6113f3d12644e52a168c785e9fbe4373434eac;p=ansiblebook.git Run the actual server in the script --- diff --git a/ch13/ansible/roles/mezzanine/files/entrypoint.sh b/ch13/ansible/roles/mezzanine/files/entrypoint.sh index 265e0c6..6f93dcf 100644 --- a/ch13/ansible/roles/mezzanine/files/entrypoint.sh +++ b/ch13/ansible/roles/mezzanine/files/entrypoint.sh @@ -18,4 +18,5 @@ if [[ $@ == *"gunicorn"* || $@ == *"runserver"* ]]; then fi fi - +# Run the actual server +exec "$@"