From 4a0a6bb83e2b96fcd61c7c173053986ef46d7625 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Sep 2020 16:37:17 +0200 Subject: [PATCH] Update remove --- scripts/remove | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/remove b/scripts/remove index 8d192ea..55e67a7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -19,19 +19,6 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) final_path=$(ynh_app_setting_get --app=$app --key=final_path) -#================================================= -# STANDARD REMOVE -#================================================= -# REMOVE SERVICE INTEGRATION IN YUNOHOST -#================================================= - -# Remove the service from the list of services known by Yunohost (added from `yunohost service add`) -if ynh_exec_warn_less yunohost service status $app >/dev/null -then - ynh_script_progression --message="Removing MinChat service..." --weight=2 - yunohost service remove $app -fi - #================================================= # REMOVE APP MAIN DIR #=================================================