From 97c5eae7677c848e36564e7b685534934a2100b7 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 4 Jul 2024 01:20:55 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#73) 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 0dce259..e96bbd8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,9 +28,6 @@ ynh_remove_systemd_config # Remove the app-specific logrotate config ynh_remove_logrotate -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================