From ca4e34dd0782262a2af5c8b47ff3938c2db7606c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 21:27:55 +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 23b6f46..92ffbd9 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,7 +25,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