From 8f4b5a0cf1e7df15f2e099b418ed40ce9af83c00 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:52:31 +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 e477c88..fccb7ed 100755 --- a/scripts/remove +++ b/scripts/remove @@ -36,7 +36,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