1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

do not print a WARNING for locale compilations

This commit is contained in:
OniriCorpe 2024-05-22 23:16:23 +02:00 committed by OniriCorpe
parent 9c276a799e
commit bc93e18af8
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,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/
ynh_exec_warn_less 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,7 +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/
ynh_exec_warn_less 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,7 +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/
ynh_exec_warn_less 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