mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
capitalize Bitwarden
This commit is contained in:
@ -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 "") {
|
||||
|
Reference in New Issue
Block a user