mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-17 04:34:39 +03:00
blockcheck: fix infinite recursion on mac/bsd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user