From 49f5776d2e4cf84361499b894b2a77f4049b9332 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:52:20 +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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index 5b8ce4d..9ce771a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -50,14 +50,6 @@ ynh_script_progression --message="Integrating service in YunoHost..." yunohost service remove $app --log="/var/log/$app/$app.log" -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." --weight=1 - -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================