mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
formatting updates
This commit is contained in:
parent
0733897cea
commit
bbf13bb3be
@ -30,6 +30,8 @@ https://bitwarden.com, https://github.com/bitwarden
|
||||
docker --version
|
||||
docker-compose --version
|
||||
|
||||
echo ""
|
||||
|
||||
# Setup
|
||||
|
||||
$scriptPath = $MyInvocation.MyCommand.Path
|
||||
|
@ -22,6 +22,8 @@ EOF
|
||||
docker --version
|
||||
docker-compose --version
|
||||
|
||||
echo ""
|
||||
|
||||
# Setup
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
@ -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)" )
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo ""
|
||||
|
||||
OUTPUT_DIR="../."
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user