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:
parent
9c276a799e
commit
bc93e18af8
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue