From 94095cde21f000aa5b028c4381430f3a764147ab Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sun, 23 Jun 2024 04:29:57 +0200 Subject: [PATCH] [autopatch] Do not delete logs on app removal (#84) Co-authored-by: Yunohost-Bot <> --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index f34c36a..9363d82 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove other various files specific to the app... such as : -ynh_secure_remove --file="/var/log/$app" #================================================= # REMOVE DEPENDENCIES