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:
commit
9a67c4358d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user