mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
def.sh : quotes in dnstest
This commit is contained in:
parent
6a821ab49a
commit
4d8f5d1782
@ -171,7 +171,7 @@ flush_dns_cache()
|
|||||||
}
|
}
|
||||||
dnstest()
|
dnstest()
|
||||||
{
|
{
|
||||||
local ip=$(echo w3.org | digger 46)
|
local ip="$(echo w3.org | digger 46)"
|
||||||
[ -n "$ip" ]
|
[ -n "$ip" ]
|
||||||
}
|
}
|
||||||
dnstest_with_cache_clear()
|
dnstest_with_cache_clear()
|
||||||
|
Loading…
Reference in New Issue
Block a user