rephrase the exit message

The script doesn't get openend in a new windows so it makes more
sense to write continue instead of quit.
This commit is contained in:
Andreas Zweili 2017-07-15 13:06:03 +02:00
parent 44c8366d02
commit f381d38ee3
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ function Unlock-Account
Catch
{
Write-Warning $_
Read-Host 'Press a key to quit'
Read-Host 'Press a key to continue'
Break
}
Read-Host 'Press a key to quit'
Read-Host 'Press a key to continue'
}
Unlock-Account