mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 14:55:25 +00:00
def.sh : quotes in dnstest
This commit is contained in:
@@ -171,7 +171,7 @@ flush_dns_cache()
|
||||
}
|
||||
dnstest()
|
||||
{
|
||||
local ip=$(echo w3.org | digger 46)
|
||||
local ip="$(echo w3.org | digger 46)"
|
||||
[ -n "$ip" ]
|
||||
}
|
||||
dnstest_with_cache_clear()
|
||||
|
||||
Reference in New Issue
Block a user