From 6f215ad6cc905ffe1822a08322a0263c682ba76a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Oct 2020 18:03:22 +0200 Subject: [PATCH] Update remove --- scripts/remove | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index d4a20cd..4a237e6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -28,14 +28,14 @@ port=$(ynh_app_setting_get --app=$app --key=port) # Remove the service from the list of services known by Yunohost (added from `yunohost service add`) if ynh_exec_warn_less yunohost service status $app >/dev/null then - ynh_script_progression --message="Removing Webmin service integration..." + ynh_script_progression --message="Removing Webmin service integration..." --weight=1 yunohost service remove $app fi #================================================= # STOP AND REMOVE SERVICE #================================================= -ynh_script_progression --message="Stopping and removing the systemd service..." +ynh_script_progression --message="Stopping and removing the systemd service..." --weight=2 # Remove the dedicated systemd config ynh_remove_systemd_config @@ -73,4 +73,4 @@ fi # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of Webmin completed" +ynh_script_progression --message="Removal of Webmin completed" --last