From eeeddb21c01303e81edae52a2dceb37d48f8c8cf Mon Sep 17 00:00:00 2001 From: Sylvain CECCHETTO Date: Mon, 4 Apr 2022 23:57:54 +0200 Subject: [PATCH] Remove duplicate home delete from remove script --- scripts/remove | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index d0f3de2..82a0a09 100644 --- a/scripts/remove +++ b/scripts/remove @@ -59,14 +59,6 @@ ynh_script_progression --message="Removing Tvheadend..." --weight=6 ynh_package_autopurge $app -#================================================= -# REMOVE APP MAIN DIR AND CONFIG FILES -#================================================= -ynh_script_progression --message="Removing app main directory..." --weight=2 - -# Remove the app directory securely -ynh_secure_remove --file="$final_path" - #================================================= # REMOVE NGINX CONFIGURATION #=================================================