From aa44c39019d4b2f95df92eef3557e74140f05053 Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger <bernhard.mallinger@eox.at> Date: Tue, 1 Feb 2022 16:41:33 +0100 Subject: [PATCH] Fixed shell script syntax --- run-httpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-httpd.sh b/run-httpd.sh index b2b31fe..7c2e8f6 100755 --- a/run-httpd.sh +++ b/run-httpd.sh @@ -15,6 +15,6 @@ else gunicorn \ --config /opt/core/gunicorn.conf.py pvs_instance.wsgi:application \ --timeout "${WORKER_TIMEOUT}" \ - --workers "${$WORKERS}" \ + --workers "${WORKERS}" \ 2>&1 fi -- GitLab