From 8ca4c199e6e9af9cd2a29de5fb5957d4e41c616a Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:16:45 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 16a60ef..726f454 100755 --- a/scripts/remove +++ b/scripts/remove @@ -44,7 +44,6 @@ ynh_remove_nodejs ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT