From c62b706a392c6ebbe544c235cc149a63384eb3b7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:01:56 +0100 Subject: [PATCH] fix remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 54f9605..772469b 100644 --- a/scripts/remove +++ b/scripts/remove @@ -21,7 +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 + yunohost service remove ${app}_workers fi #=================================================