diff --git a/Scripts/check-dns.ps1 b/Scripts/check-dns.ps1 index 0ae95c88..65bb05fb 100755 --- a/Scripts/check-dns.ps1 +++ b/Scripts/check-dns.ps1 @@ -22,7 +22,7 @@ try { if ($IsLinux) { foreach($Row in $Table) { write-progress "Resolving $($Row.Domain)..." - $null = dig $Row.Domain + $null = dig $Row.Domain +short } } else { foreach($Row in $Table) {