From a37a824bd73ec0169ea8875f64323714ac786a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 18 Dec 2023 23:04:39 +0100 Subject: [PATCH] Fix typo --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 92018eb..371a951 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,6 +30,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path="/var/log/$app/$ if [ "$upgrade_type" == UPGRADE_APP ] then + ynh_script_progression --message='Setting up source files...' install_source fi