From 2f949960a848cf31fa4b2e687defeada155a8297 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 4 Jul 2024 01:12:28 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#263) Co-authored-by: Yunohost-Bot <> Co-authored-by: OniriCorpe --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index dd265e4..688f492 100644 --- a/scripts/remove +++ b/scripts/remove @@ -32,9 +32,6 @@ ynh_remove_nginx_config # Remove the dedicated Fail2Ban config ynh_remove_fail2ban_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - # Remove the config file ynh_secure_remove --file="/$data_dir/config.json"