From 3efebd2f8454d3db06098de41f01485c5131a3d4 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:03:23 +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 c4f98ee..a534037 100644 --- a/scripts/remove +++ b/scripts/remove @@ -29,7 +29,6 @@ ynh_remove_systemd_config ynh_remove_nginx_config # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT