From 93f8bf962db927317978b047662cc1645f8d3207 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:47:36 +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 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/remove b/scripts/remove index 49831f8..aa3d058 100755 --- a/scripts/remove +++ b/scripts/remove @@ -131,16 +131,6 @@ ynh_script_progression --message="Removing dependencies..." ynh_remove_mongo ynh_remove_nodejs -#================================================= -# SPECIFIC REMOVE -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." - -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================