From 1920490d1661fe2a4e7f269ce97cd920b2956b2f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:45:35 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20remove=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 75b16ff..56c4109 100644 --- a/scripts/remove +++ b/scripts/remove @@ -49,9 +49,6 @@ ynh_remove_nginx_config ynh_remove_logrotate -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - # Remove the redis database ynh_redis_remove_db "$redis_db"