From e251f8438257556cc137d24dc0c947596be8f53e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 02:48:44 +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 13b2032..9258f25 100644 --- a/scripts/remove +++ b/scripts/remove @@ -33,7 +33,6 @@ ynh_remove_nginx_config ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT