From 77da6be724b2914c18e5c06befda2f1a5db72ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:56:37 +0200 Subject: [PATCH] Update remove --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index e9a5110..4e167a6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -34,9 +34,6 @@ ynh_remove_logrotate # Remove a cron file ynh_secure_remove --file=/etc/cron.d/$app -# Remove the log files -ynh_secure_remove --file=/var/log/$app - #================================================= # GENERIC FINALIZATION #=================================================