From 3f592b0b9f030c4d18eb226bfc7a92d222d948ca Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:06:49 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20remove=20logs=20file=20at=20rem?= =?UTF-8?q?ove?= 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 8435d18..76a2484 100755 --- a/scripts/remove +++ b/scripts/remove @@ -33,9 +33,6 @@ ynh_remove_nginx_config # Remove metapackage and its dependencies ynh_remove_nodejs -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================