From 0072e34919ad8d5e5dc520e1332df09332d1688d Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:48:26 +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 0686a3c..0892201 100644 --- a/scripts/remove +++ b/scripts/remove @@ -40,7 +40,6 @@ ynh_remove_fail2ban_config # Remove logs ynh_script_progression --message="Removing logs..." --weight=2 -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT From 7457acdcb630e50e9e2f93e165bd142d6bc658d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:17:23 +0200 Subject: [PATCH 2/2] Update remove --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 0892201..ed4ac1b 100644 --- a/scripts/remove +++ b/scripts/remove @@ -38,9 +38,6 @@ ynh_remove_nginx_config ynh_script_progression --message="Removing Fail2Ban configuration..." --weight=1 ynh_remove_fail2ban_config -# Remove logs -ynh_script_progression --message="Removing logs..." --weight=2 - #================================================= # END OF SCRIPT #=================================================