From 824803c38284587cae4289d9adf39db11056d025 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 27 Jun 2024 21:15:21 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#31) 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 d9cee11..5a8d063 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,9 +32,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 #=================================================