From 9d51c369b1d8becd278e18a925b351a02684a584 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:33:03 +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 e9a5110..d3b87f8 100644 --- a/scripts/remove +++ b/scripts/remove @@ -35,7 +35,6 @@ ynh_remove_logrotate ynh_secure_remove --file=/etc/cron.d/$app # Remove the log files -ynh_secure_remove --file=/var/log/$app #================================================= # GENERIC FINALIZATION