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 #=================================================