From 6971c9626af065b512e8c7fea91fd44047988201 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 26 Feb 2019 01:29:05 +0100 Subject: [PATCH] tab --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 06278fd..ed519d1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -47,7 +47,7 @@ final_path=$(ynh_app_setting_get $app final_path) if yunohost service status $service_name >/dev/null 2>&1 then ynh_print_info "Removing $app service" - yunohost service stop $service_name + yunohost service stop $service_name yunohost service remove $service_name fi