From 6e4ea518d979e35c53459df7ec2f1c8ae00db21f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Fri, 5 Aug 2022 17:36:00 +0200 Subject: [PATCH] boot.sh --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 2f48b617..6e6a863a 100644 --- a/boot.sh +++ b/boot.sh @@ -65,4 +65,4 @@ echo "Done" chmod -R 755 /opt/recipes/mediafiles -exec gunicorn -b :$TANDOOR_PORT --workers :$GUNICORN_WORKERS --threads :GUNICORN_THREADS --access-logfile - --error-logfile - --log-level INFO recipes.wsgi +exec gunicorn -b :$TANDOOR_PORT --workers $GUNICORN_WORKERS --threads GUNICORN_THREADS --access-logfile - --error-logfile - --log-level INFO recipes.wsgi