1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

capitalize Bitwarden

This commit is contained in:
Kyle Spearrin
2018-05-31 21:47:06 -04:00
parent c96ab26053
commit 850000ab26
4 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ $dockerDir = "${outputDir}\docker"
function Install() {
[string]$letsEncrypt = "n"
Write-Host "(!) " -f cyan -nonewline
[string]$domain = $( Read-Host "Enter the domain name for your bitwarden instance (ex. bitwarden.company.com)" )
[string]$domain = $( Read-Host "Enter the domain name for your Bitwarden instance (ex. bitwarden.company.com)" )
echo ""
if ($domain -eq "") {