From 3dd9955ee553b42ff992f6f45c5b19a89fb39fd0 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 03:47:19 +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 78afae5..84c1cf8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -62,7 +62,6 @@ ynh_remove_fail2ban_config ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT