From 890195b1230002d028f56a50c4d29c74a6bc7dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:45:15 +0200 Subject: [PATCH] Update remove --- scripts/remove | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 1c8c9fd..da3d304 100644 --- a/scripts/remove +++ b/scripts/remove @@ -3,7 +3,10 @@ source _common.sh source /usr/share/yunohost/helpers -ynh_script_progression --message="Removing system configurations..." --weight=1 +#================================================= +# REMOVE SYSTEM CONFIGURATIONS +#================================================= +ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 # 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