mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Update some check-*.ps1 scripts
This commit is contained in:
@ -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])"
|
||||
|
Reference in New Issue
Block a user