blockcheck: fix infinite recursion on mac/bsd

This commit is contained in:
bol-van
2025-09-22 14:58:51 +03:00
parent aa4982a526
commit 6dad239fe3
2 changed files with 3 additions and 3 deletions

View File

@@ -1164,7 +1164,7 @@ report_append()
# save resources if only one domain
[ "$DOMAINS_COUNT" -gt 1 ] && {
hashstr="$2 : $3"
hash="$(echo -n "$hashstr" | md5)"
hash="$(echo -n "$hashstr" | md5f)"
hashvar=RESHASH_${hash}
hashcountvar=${hashvar}_COUNTER