From 403732b3c79e850b65e88af1c9fb9d3c128112b5 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 27 Jun 2024 21:14:30 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#129) 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 230271a..73217eb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -26,9 +26,6 @@ ynh_remove_nginx_config # Remove the app-specific logrotate config ynh_remove_logrotate -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================