From 8e5ef1a4b333ad8491d7a79900496ed263a912ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:58:26 +0100 Subject: [PATCH] Update remove --- scripts/remove | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 8c66949..f2ae961 100644 --- a/scripts/remove +++ b/scripts/remove @@ -8,9 +8,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression "Removing system configurations related to $app..." -if ynh_hide_warnings yunohost service status "$app" >/dev/null -then - ynh_script_progression "Removing $app service integration..." +if ynh_hide_warnings yunohost service status "$app" >/dev/null; then yunohost service remove "$app" fi