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:
Éric Gaspar 2023-09-27 22:43:58 +02:00
parent c7ac1ed2b1
commit 3d7a57c694
4 changed files with 4 additions and 1 deletions

View file

@ -54,6 +54,7 @@ pushd $install_dir
venv/bin/pip install --upgrade pip
venv/bin/pip install -r requirements.txt
venv/bin/pip install gunicorn
venv/bin/pybabel compile -d locales/
mkdir -p /var/log/$app
chown -R $app:www-data /var/log/$app
chmod o-rwx /var/log/$app

View file

@ -30,6 +30,7 @@ pushd $install_dir
venv/bin/pip install --upgrade pip
venv/bin/pip install -r requirements.txt
venv/bin/pip install gunicorn
venv/bin/pybabel compile -d locales/
mkdir -p /var/log/$app
chown -R $app:www-data /var/log/$app
chmod o-rwx /var/log/$app

View file

@ -51,6 +51,7 @@ pushd $install_dir
venv/bin/pip install --upgrade pip
venv/bin/pip install -r requirements.txt
venv/bin/pip install gunicorn
venv/bin/pybabel compile -d locales/
mkdir -p /var/log/$app
chown -R $app:www-data /var/log/$app
chmod o-rwx /var/log/$app