Update install-unbound.ps1

This commit is contained in:
Markus Fleschutz
2022-06-02 16:04:33 +02:00
parent bd9da27782
commit a92b643132
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ try {
& sudo unbound-control status
if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" }
"⏳ Step 9/9: Training Unbound with frequent used domain names..."
"⏳ Step 9/9: Training Unbound with frequently used domain names..."
& "$PSScriptRoot/check-dns.ps1"
if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" }