From e5ffdf2af49df1e1b0eaef25e4bfc1a9ca3fca3c Mon Sep 17 00:00:00 2001 From: mco-system Date: Thu, 6 Apr 2023 20:47:07 +1100 Subject: [PATCH] wip beta --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c097280..8bcb8b8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ install: . thsf_venv/bin/activate; \ pip install -r requirements.txt ;\ pip install . ;\ - pip install gunicorn; + pip install gunicorn; \ + sudo chown apache:apache $$THSF_DIR run: set -e ;\