From 5d12afba59012227246978798f4b0492767b03cf Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 27 May 2019 18:54:46 +0200 Subject: [PATCH] fix ynh_script_progression --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 56717a7..8a05631 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,7 +90,7 @@ path_url=$(ynh_normalize_url_path --path_url=$path_url) if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --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 mkdir "$final_path/tmp"