From 77619095e8d25ea780d25ce45b606579c3c14f5f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:56:10 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index c1ff05ae..4371e1d4 100644 --- a/scripts/remove +++ b/scripts/remove @@ -72,7 +72,6 @@ ynh_script_progression --message="Removing various files..." --weight=1 ynh_secure_remove --file="/etc/cron.d/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT