From e919db63dc5a74f5d1f48020360962294473a6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Fri, 21 Jun 2024 11:36:07 +0200 Subject: [PATCH] Remvoe the log config but not the log --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 0a968d0..3c83767 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,9 +28,6 @@ ynh_remove_systemd_config # Remove the app-specific logrotate config ynh_remove_logrotate -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - _remove_restart_script_and_sudoers #=================================================