From 19e95db34bfccdf879a0cf7ab00eac4a9411ac68 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:11:01 +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 d7a6509..e40b89c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -82,7 +82,6 @@ ynh_script_progression --message="Removing various files..." --weight=1 ynh_secure_remove --file="/etc/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT