From 612ec097a40bbf270d1a5e5ec7e6f6288987bb84 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 27 Jun 2024 21:07:16 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#153) Co-authored-by: Yunohost-Bot <> Co-authored-by: tituspijean --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 09ecc87..64a5556 100755 --- a/scripts/remove +++ b/scripts/remove @@ -30,9 +30,6 @@ ynh_remove_logrotate # Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================