1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

Merge branch 'master' of github.com:bitwarden/core

This commit is contained in:
Kyle Spearrin 2018-08-09 16:08:19 -04:00
commit 9a67c4358d

View File

@ -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"