From 02863f8a442f99995b1908489fe058cce9d524a6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 20 Jun 2024 23:18:36 +0200 Subject: [PATCH] Do not delete logs on app removal --- scripts/remove | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index 7cf808b..c636704 100755 --- a/scripts/remove +++ b/scripts/remove @@ -47,8 +47,6 @@ ynh_secure_remove --file="/etc/cron.d/$app" ynh_secure_remove --file="/etc/$app" -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================