Update some check-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2023-01-23 14:04:23 +01:00
parent fbd44c0c28
commit 34d6adef57
11 changed files with 35 additions and 34 deletions

View File

@ -32,7 +32,7 @@ try {
} else {
Write-Host "⚠️ DNS resolution is $Average domains per second only!"
}
Write-Progress -Completed " "
Write-Progress -completed "DNS checked."
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"