From af6bd37ae38cf9d717a3d619607bdabb6d5d9aea Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:47:57 +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 2b4056f..d26f7cb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -76,7 +76,6 @@ ynh_redis_remove_db "$redis_db" ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # GENERIC FINALIZATION