From 7cbb5837d98164f7c0e4bf72060f556808a644ac Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 31 Mar 2020 19:49:18 +0000 Subject: [PATCH] [enh] improve remove script --- scripts/remove | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/remove b/scripts/remove index 94ac7b7..14f06a9 100755 --- a/scripts/remove +++ b/scripts/remove @@ -92,12 +92,6 @@ fi # Remove from npm sudo npm uninstall node-red -g -# Remove a cron file -ynh_secure_remove --file="/etc/cron.d/$app" - -# Remove a directory securely -ynh_secure_remove --file="/etc/$app/" - # Remove the log files ynh_secure_remove --file="/var/log/$app/"