From 09669af2e6e5cd6e2fcdf267c24749f5944f7867 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:17:47 +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 4e7078f..69a104f 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ fi ynh_secure_remove --file="/etc/squid/" # Remove the log files -ynh_secure_remove --file="/var/log/squid" #================================================= # END OF SCRIPT