From 1af89f1be34bc61006576010814d24da7938c730 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 29 Nov 2023 17:00:04 +0100 Subject: [PATCH] 'Makefile' updaten --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1471e73..4bee950 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ local: @.venv/bin/python octomode.py action: - @if [ ! ".venv/bin/gunicorn" ]; .venv/bin/pip install gunicorn; fi + @if [ ! ".venv/bin/gunicorn" ]; then .venv/bin/pip install gunicorn; fi @SCRIPT_NAME=${OCTOMODE_APPLICATION_ROOT} .venv/bin/gunicorn -b localhost:${OCTOMODE_PORTNUMBER} --reload octomode:APP