diff --git a/Scripts/train-dns-cache.ps1 b/Scripts/train-dns-cache.ps1 index 37f1a032..7a63ad21 100755 --- a/Scripts/train-dns-cache.ps1 +++ b/Scripts/train-dns-cache.ps1 @@ -19,7 +19,7 @@ try { $Count = $Table.Length $StopTime = Get-Date $TimeInterval = New-Timespan -start $StartTime -end $StopTime - write-host "✔️ DNS cache trained with $Count domain names in $TimeInterval sec." + write-host "OK - DNS cache trained with $Count domain names in $TimeInterval sec." exit 0 } catch { Write-Error $Error[0] } exit 1