1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00
This commit is contained in:
Alexandre Aubin 2021-09-24 22:51:23 +02:00 committed by GitHub
parent 51ae8bc34f
commit a7d8fc668b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ pushd $final_path
venv/bin/pip install gunicorn
mkdir -p /var/log/$app
chown -R $app:www-data /var/log/$app
chown o-rwx /var/log/$app
chmod o-rwx /var/log/$app
cat <<EOF >> wsgi.py
from server import app