diff --git a/config/action.d/abuseipdb.conf b/config/action.d/abuseipdb.conf index aa70496d..37efa1be 100644 --- a/config/action.d/abuseipdb.conf +++ b/config/action.d/abuseipdb.conf @@ -86,7 +86,7 @@ actioncheck = actionban = lgm=$( msg="" ;\ [ -n "" ] && \ - msg=$(echo "$msg" | sed -E "s/\b()\b/REDACTED/gI") ;\ + msg=$(echo "$msg" | sed -E "s/\b()\b/REDACTED/gI") ;\ msg=$(printf '%%.1000s\n...' "$msg") ;\ echo "$msg" ) ;\ curl -sSf "https://api.abuseipdb.com/api/v2/report" \