From 473520cd44dac359657bed92aebc3637861ab10e Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 27 Jun 2024 21:16:37 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#137) Co-authored-by: Yunohost-Bot <> Co-authored-by: tituspijean --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 6bd0c4f..e9a609e 100644 --- a/scripts/remove +++ b/scripts/remove @@ -34,9 +34,6 @@ ynh_secure_remove --file="/etc/nginx/conf.d/${server_name}.d/${app}_server_name. # Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================