From b8754b856555d8f780821b3433e97fab84d190c9 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 03:38:59 +0200 Subject: [PATCH 1/2] [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 b8398ce..93b7f3f 100755 --- a/scripts/remove +++ b/scripts/remove @@ -60,7 +60,6 @@ ynh_script_progression --message="Removing various files..." ynh_secure_remove --file="/usr/local/lib/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" ynh_secure_remove --file="/usr/local/bin/fuidshift" ynh_secure_remove --file="/usr/local/bin/lxc" From feb54356af22d31883c4d70f7e43793ec41f4f55 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:21:16 +0200 Subject: [PATCH 2/2] [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 b8398ce..93b7f3f 100755 --- a/scripts/remove +++ b/scripts/remove @@ -60,7 +60,6 @@ ynh_script_progression --message="Removing various files..." ynh_secure_remove --file="/usr/local/lib/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" ynh_secure_remove --file="/usr/local/bin/fuidshift" ynh_secure_remove --file="/usr/local/bin/lxc"