1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

fix weblate compress

This commit is contained in:
Thomas 2024-01-21 12:28:54 +01:00 committed by GitHub
parent ba8b7468af
commit 5d65d85c4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,7 +165,7 @@ ynh_script_progression --message="Filling up the database..." --weight=10
ynh_exec_warn_less sudo --user=$app $install_dir/venv/bin/weblate collectstatic --noinput ynh_exec_warn_less sudo --user=$app $install_dir/venv/bin/weblate collectstatic --noinput
# https://docs.weblate.org/en/latest/admin/install/venv-debian.html # https://docs.weblate.org/en/latest/admin/install/venv-debian.html
ynh_exec_warn_less sudo --user=$app $install_dir/venv/bin/weblate compress --noinput ynh_exec_warn_less sudo --user=$app $install_dir/venv/bin/weblate compress
# Check the configuration # Check the configuration
# This may fail in some cases with errors, etc., but the app works and the user can fix issues later. # This may fail in some cases with errors, etc., but the app works and the user can fix issues later.