mirror of
https://github.com/YunoHost-Apps/pepettes_ynh.git
synced 2024-09-03 19:56:35 +02:00
Typo
This commit is contained in:
parent
51ae8bc34f
commit
a7d8fc668b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ pushd $final_path
|
||||||
venv/bin/pip install gunicorn
|
venv/bin/pip install gunicorn
|
||||||
mkdir -p /var/log/$app
|
mkdir -p /var/log/$app
|
||||||
chown -R $app:www-data /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
|
cat <<EOF >> wsgi.py
|
||||||
from server import app
|
from server import app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue