From c471bbbfabd203289bceb0f2e605cad358def88c Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:23:15 +0100 Subject: [PATCH] Remove cron section and final / in /var/log/app$ --- scripts/remove | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 3e9ed86..9a27509 100755 --- a/scripts/remove +++ b/scripts/remove @@ -65,11 +65,9 @@ ynh_remove_logrotate #================================================= # SPECIFIC REMOVE #================================================= -# REMOVE THE CRON FILE -#================================================= # Remove the log files -ynh_secure_remove "/var/log/$app/" +ynh_secure_remove "/var/log/$app" #================================================= # GENERIC FINALIZATION