diff --git a/scripts/remove b/scripts/remove index c5e1000..4b3b4c4 100755 --- a/scripts/remove +++ b/scripts/remove @@ -26,7 +26,7 @@ db_name=$(ynh_app_setting_get $app db_name) if yunohost service status | grep -q $app then echo "Remove $app service" - yunohost service remove $app + yunohost service remove $app.uwsgi.service fi #=================================================