From b09591eb5ed3036c3ac3c43a4e38be6b03464642 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 21 Mar 2021 22:18:19 +0100 Subject: [PATCH] [fix] AVoid to delete data --- scripts/remove | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 26aa613..783d0d0 100755 --- a/scripts/remove +++ b/scripts/remove @@ -58,7 +58,8 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6 # Remove the app directory securely ynh_secure_remove --file="$final_path" -ynh_secure_remove --file="/home/yunohost.app/$app" +# We don't delete this dir as it is marked as is-big +# ynh_secure_remove --file="/home/yunohost.app/$app" #================================================= # REMOVE NGINX CONFIGURATION