From 49c53926b9c3493cee22b6c658d1bd2fa9799661 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 24 May 2019 04:46:20 +0200 Subject: [PATCH 1/2] Adding notification --- check_process | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index c43b9c3..c554a1c 100644 --- a/check_process +++ b/check_process @@ -28,4 +28,6 @@ Level 8=0 Level 9=0 Level 10=0 - +;;; Options +Email=yalh@yahoo.com +Notification=all From 5d12afba59012227246978798f4b0492767b03cf Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 27 May 2019 18:54:46 +0200 Subject: [PATCH 2/2] 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"