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