From f381d38ee3a5225b3a5539bcf11f8cc3da2c0f64 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 15 Jul 2017 13:06:03 +0200 Subject: [PATCH] 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. --- scripts/users/unlock-account.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/users/unlock-account.ps1 b/scripts/users/unlock-account.ps1 index eec53f8..d83bf22 100644 --- a/scripts/users/unlock-account.ps1 +++ b/scripts/users/unlock-account.ps1 @@ -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