mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03: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