From 09e98c7f9f1804e845bd8caa8b83c203fffbc4c4 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:05:24 +0100 Subject: [PATCH] Fix weblate commands --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 86d0b8a..6dea564 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -180,7 +180,8 @@ upgrade() { 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 compilemessages - + sudo --user=$app $install_dir/venv/bin/weblate compress + # Check the configuration # This may fail in some cases with errors, etc., but the app works and the user can fix issues later. if [ "$new_version" == "$(ynh_app_upstream_version)" ]; then