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