From a898d722d6e1ad858276eacc7a5ee35256dd76ce Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Fri, 5 Aug 2022 17:21:59 +0200 Subject: [PATCH] fixed typo --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index fc9f44ee..2f48b617 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