From d8a422bbeb5ba1850f713d93fd1d97a42e504a99 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 16 May 2019 02:42:43 +0200 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f556594..01275ce 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -118,7 +118,7 @@ ynh_systemd_action --service_name=$app --action=stop if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_print_info --message="Upgrading source files..." --time --weight=1 + ynh_print_info --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path/$app" $architecture