From 78076a7ba7eab985fcabd0b0b36a5eb9da3cccf3 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:49:27 +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 c8cafdf..e8c6871 100755 --- a/scripts/remove +++ b/scripts/remove @@ -24,7 +24,6 @@ ynh_remove_fpm_config ynh_secure_remove --file="/etc/cron.d/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" # Remove the app-specific logrotate config ynh_remove_logrotate