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 commands

This commit is contained in:
Thomas 2024-01-25 17:05:24 +01:00 committed by GitHub
parent 8b418185df
commit 09e98c7f9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -180,6 +180,7 @@ upgrade() {
sudo --user=$app $install_dir/venv/bin/weblate setuplang sudo --user=$app $install_dir/venv/bin/weblate setuplang
sudo --user=$app $install_dir/venv/bin/weblate setupgroups sudo --user=$app $install_dir/venv/bin/weblate setupgroups
sudo --user=$app $install_dir/venv/bin/weblate compilemessages sudo --user=$app $install_dir/venv/bin/weblate compilemessages
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.