From 9309f0c2d2cbab02725f9e9df722a430c1a979d5 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 22:32:33 +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 bd84296..69cc6a5 100755 --- a/scripts/remove +++ b/scripts/remove @@ -59,7 +59,6 @@ ynh_package_autopurge monitorix ynh_secure_remove --file="$install_dir" if [ "$YNH_APP_PURGE" -eq 1 ]; then - ynh_secure_remove --file=/var/log/"$app" fi ynh_script_progression --message="Removal of $app completed" --last