Need quotes around export?

This commit is contained in:
mvdbeek
2018-10-01 14:06:12 +02:00
parent 702870c17c
commit b64c82921e
+1 -1
View File
@@ -159,7 +159,7 @@ find_server() {
pid_log_paster_args=""
elif [ "$APP_WEBSERVER" = "gunicorn" ];
then
export GUNICORN_CMD_ARGS=${GUNICORN_CMD_ARGS:-"--bind=localhost:8080"}
export GUNICORN_CMD_ARGS="${GUNICORN_CMD_ARGS:-\"--bind=localhost:8080\"}"
server_args="$APP_WEBSERVER --pythonpath lib --paste \"$server_config\""
else
run_server="python"