1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-12 21:27:35 -05:00

formatting updates

This commit is contained in:
Kyle Spearrin
2017-08-23 16:33:41 -04:00
parent 0733897cea
commit bbf13bb3be
4 changed files with 4 additions and 4 deletions

View File

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