From e22e00bcd2b72e00f6644268d74216a16d954d7f Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 27 Oct 2024 13:37:54 +0100 Subject: [PATCH] Update --- reporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter.sh b/reporter.sh index 750b2ab..b64a1e5 100644 --- a/reporter.sh +++ b/reporter.sh @@ -114,7 +114,7 @@ https://github.com/sefinek24/UFW-AbuseIPDB-Reporter" abuse_confidence_score=$(echo "$res" | jq -r '.data.abuseConfidenceScore') if [[ "$abuse_confidence_score" =~ ^[0-9]+$ ]]; then - log "INFO" "Successfully reported IP $ip to AbuseIPDB with score: $abuse_confidence_score" + log "INFO" "Successfully reported IP $ip to AbuseIPDB (score $abuse_confidence_score)" return 0 else log "ERROR" "Failed to report IP $ip to AbuseIPDB: $res"