From e771cd1bdcaa925253f65cdbf3e93d9e4ee0125f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 23 Jul 2021 12:33:12 +0200 Subject: [PATCH] Update remove --- scripts/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index a488894..9e693c7 100755 --- a/scripts/remove +++ b/scripts/remove @@ -43,10 +43,10 @@ ynh_remove_app_dependencies #================================================= # REMOVE APP MAIN DIR #================================================= -ynh_script_progression --message="Removing app main directory..." --weight=4 +#ynh_script_progression --message="Removing app main directory..." --weight=4 # Remove the app directory securely -ynh_secure_remove --file="$final_path" +#ynh_secure_remove --file="$final_path" #================================================= # REMOVE NGINX CONFIGURATION