From 4f25d16fd6815c34adf65e3f1d38c4ea70318dc5 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 03:37:17 +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 a6032b7..5b57540 100644 --- a/scripts/remove +++ b/scripts/remove @@ -36,7 +36,6 @@ ynh_remove_nginx_config ynh_remove_nodejs # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT