From c59b50cd56c1b34826504543e1ddc0c29cca3e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 15:54:14 +0100 Subject: [PATCH] Fix a message weight --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ce46d1a..4634303 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -8,7 +8,7 @@ upgrade_type=$(ynh_check_app_version_changed) if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression -m "Upgrading source files..." -w 1 + ynh_script_progression -m "Upgrading source files..." -w 6 ntfy_setup_source fi