From 7f9b97ee63760ce3bd0f7341cdefff6d1d739690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Fri, 21 Jun 2024 11:36:36 +0200 Subject: [PATCH] Removes the log config but not the log --- scripts/remove | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 34d2596..5f63d66 100755 --- a/scripts/remove +++ b/scripts/remove @@ -24,12 +24,12 @@ fi # Remove the dedicated systemd config ynh_remove_systemd_config +# Remove the app-specific logrotate config +ynh_remove_logrotate + # Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # REMOVE DEPENDENCIES #=================================================