From 5626a8b704f999ffc9c232fe77c68b495d9ce343 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Feb 2021 18:57:03 +0100 Subject: [PATCH] Update remove --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index a49c11b..4a66c7f 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,9 +32,6 @@ ynh_script_progression --message="Removing Lychee main directory..." --weight=3 # Remove the app directory securely ynh_secure_remove --file="$final_path" -# Remove data directory securely -ynh_secure_remove --file="$public_path" - #================================================= # REMOVE THE MYSQL DATABASE #=================================================