From ce7540121b59537dff6cb320230a50021bf138af Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Fri, 19 Mar 2021 20:07:32 +0100 Subject: [PATCH] Update remove --- scripts/remove | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/remove b/scripts/remove index 377c69f..5f43cdd 100755 --- a/scripts/remove +++ b/scripts/remove @@ -22,19 +22,6 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name 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 $app service integration..." --time --weight=1 - yunohost service remove $app -fi - #================================================= # STOP AND REMOVE SERVICE #=================================================