From aef3369602bc2f743de649cdafa4284624ef1345 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 10 Feb 2019 18:45:59 +0100 Subject: [PATCH] removed ynh_script_progression: not a common helper --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fdb342e..b8ed5c7 100755 --- a/scripts/install +++ b/scripts/install @@ -295,7 +295,7 @@ yunohost service add $app --log "/var/log/$app/$app.log" #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring SSOwat ..." +ynh_print_info "Configuring SSOwat ..." # Make app public if necessary if [ $is_public -eq 1 ]