From 08f7a0ee589e14859a4163ff9e0ebb7c129b5790 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 03:46:45 +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 230271a..c579942 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ ynh_remove_nginx_config ynh_remove_logrotate # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT