From b0324868f752ccec508eba7cec897561d4c8921b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 20 Jun 2024 22:37:13 +0200 Subject: [PATCH] do not delete logs on app removal --- scripts/remove | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 4dc7628..846c542 100755 --- a/scripts/remove +++ b/scripts/remove @@ -59,10 +59,8 @@ ynh_remove_fail2ban_config #================================================= # REMOVE VARIOUS FILES #================================================= -ynh_script_progression --message="Removing various files..." --weight=1 +#ynh_script_progression --message="Removing various files..." --weight=1 -# Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT