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 ;\