mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 21:27:35 -05:00
formatting updates
This commit is contained in:
@ -6,8 +6,6 @@ if(!(Test-Path -Path $outputDir )){
|
||||
New-Item -ItemType directory -Path $outputDir | Out-Null
|
||||
}
|
||||
|
||||
echo ""
|
||||
|
||||
[string]$letsEncrypt = "n"
|
||||
[string]$domain = $( Read-Host "(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com)" )
|
||||
|
||||
|
Reference in New Issue
Block a user