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:
parent
ba8b7468af
commit
5d65d85c4f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue