From 92d842e84c7ae708fb0043a45346ae35b3c4986c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 28 Jan 2021 14:08:12 +0100 Subject: [PATCH] Update remove --- scripts/remove | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 273780a..a49c11b 100755 --- a/scripts/remove +++ b/scripts/remove @@ -31,7 +31,9 @@ ynh_script_progression --message="Removing Lychee main directory..." --weight=3 # Remove the app directory securely ynh_secure_remove --file="$final_path" -#ynh_secure_remove --file="$public_path" + +# Remove data directory securely +ynh_secure_remove --file="$public_path" #================================================= # REMOVE THE MYSQL DATABASE