From a43d851c14f5e0b7440f8004e4eaf058b4079fd2 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sat, 14 Sep 2024 13:46:33 +0200 Subject: [PATCH] Cleanup (v1.0.1) --- reporter.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reporter.sh b/reporter.sh index 18f8004..25f8b72 100644 --- a/reporter.sh +++ b/reporter.sh @@ -2,7 +2,7 @@ ### # https://github.com/sefinek24/UFW-AbuseIPDB-Reporter -# Version v1.0.0 from 06.09.2024 [DD.MM.YYYY] +# Version v1.0.1 from 14.09.2024 [DD.MM.YYYY] ## LOG_FILE="/var/log/ufw.log" @@ -210,11 +210,6 @@ process_log_line() { load_reported_ips -if ! command -v jq &> /dev/null; then - log "ERROR" "jq is not installed. Please install jq to run this script." - exit 1 -fi - log "INFO" "Starting to monitor $LOG_FILE" tail -Fn0 "$LOG_FILE" | while read -r line; do