From 07ced92b077cef54a15b12f1b5f4444256da7fc2 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:52:03 +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 63ead8c..d1974f7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -35,7 +35,6 @@ ynh_script_progression --message="Removing various files..." --weight=1 if [ "$YNH_APP_PURGE" -eq 1 ]; then ynh_script_progression --message="Removing logs..." - ynh_secure_remove --file=/var/log/"$app" fi #=================================================