From fe4eab1ec720dc26369f0a9e2e6a4b346c7f7b02 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:20:15 +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 721f049..7b5e691 100644 --- a/scripts/remove +++ b/scripts/remove @@ -35,7 +35,6 @@ ynh_remove_nginx_config ynh_secure_remove --file="/etc/cron.d/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT