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/"