From 71cfba49c496ef151bd325c56da41e5c561ce484 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 02:26:28 +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 a1944a7..74f51b0 100755 --- a/scripts/remove +++ b/scripts/remove @@ -91,7 +91,6 @@ if [ -z /etc/ImageMagick-6/policy.xml ]; then --target_file="/etc/ImageMagick-6/policy.xml" fi -# Remove the log files ynh_script_progression --message="Removing log file..." --weight=1 ynh_secure_remove "$log_file" ynh_secure_remove "$access_log_file"