From 2e4c4564ff53ec7a5afd4434febf1f707859e7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:42:35 +0100 Subject: [PATCH] Update remove --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index 5a8d063..d9cee11 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,6 +32,9 @@ ynh_remove_nginx_config # Remove the app-specific logrotate config ynh_remove_logrotate +# Remove the log files +ynh_secure_remove --file="/var/log/$app" + #================================================= # END OF SCRIPT #=================================================