From 9dc77757faf7282bef5da204c8698500a96ee304 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:19:54 +0100 Subject: [PATCH] update remove --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index 232b407..54f9605 100644 --- a/scripts/remove +++ b/scripts/remove @@ -21,6 +21,7 @@ if ynh_exec_warn_less yunohost service status $app >/dev/null then ynh_script_progression --message="Removing $app service integration..." --weight=1 yunohost service remove $app + yunohost service remove $app_workers fi #=================================================