diff --git a/scripts/run.ps1 b/scripts/run.ps1 index 11ada5819..257599176 100644 --- a/scripts/run.ps1 +++ b/scripts/run.ps1 @@ -34,8 +34,8 @@ function Install() { if ($letsEncrypt -eq "y") { Write-Host "(!) " -f cyan -nonewline - [string]$email = $( Read-Host "Enter your email address (Let's Encrypt will send you certificate " + - "expiration reminders)" ) + [string]$email = $( Read-Host ("Enter your email address (Let's Encrypt will send you certificate " + + "expiration reminders)") ) echo "" $letsEncryptPath = "${outputDir}/letsencrypt"