From 5440b85bbbcb5f2f76d974509a68ba5fa0ad2948 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 14 Sep 2017 17:46:20 +0200 Subject: [PATCH] Correct service removal --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #=================================================