From a469b96a1429f87490120888ebe47940500dedca Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Apr 2019 04:53:35 +0200 Subject: [PATCH] removing service --- scripts/remove | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/remove b/scripts/remove index 513518c..5080297 100644 --- a/scripts/remove +++ b/scripts/remove @@ -24,17 +24,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # STANDARD REMOVE -#================================================= -# REMOVE SERVICE FROM ADMIN PANEL -#================================================= - -# Remove a service from the admin panel, added by `yunohost service add` -if yunohost service status $app >/dev/null 2>&1 -then - ynh_print_info --message="Removing $app service" - yunohost service remove $app -fi - #================================================= # REMOVE THE MYSQL DATABASE #=================================================