mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
ipset: def.sh == fix
This commit is contained in:
parent
6c3cf5ffc3
commit
7f0acb50f1
@ -131,7 +131,7 @@ digger()
|
||||
# $2 - s=enable mdig stats
|
||||
if [ -x "$MDIG" ]; then
|
||||
local cmd
|
||||
[ "$2" == "s" ] && cmd=--stats=1000
|
||||
[ "$2" = "s" ] && cmd=--stats=1000
|
||||
"$MDIG" --family=$1 --threads=$MDIG_THREADS $1
|
||||
else
|
||||
local A=A
|
||||
|
Loading…
Reference in New Issue
Block a user