1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01: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

@ -30,6 +30,8 @@ https://bitwarden.com, https://github.com/bitwarden
docker --version
docker-compose --version
echo ""
# Setup
$scriptPath = $MyInvocation.MyCommand.Path

View File

@ -22,6 +22,8 @@ EOF
docker --version
docker-compose --version
echo ""
# Setup
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

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

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -e
echo ""
OUTPUT_DIR="../."
if [ $# -eq 1 ]
then