mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +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 --version
|
||||||
docker-compose --version
|
docker-compose --version
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
$scriptPath = $MyInvocation.MyCommand.Path
|
$scriptPath = $MyInvocation.MyCommand.Path
|
||||||
|
@ -22,6 +22,8 @@ EOF
|
|||||||
docker --version
|
docker --version
|
||||||
docker-compose --version
|
docker-compose --version
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
@ -6,8 +6,6 @@ if(!(Test-Path -Path $outputDir )){
|
|||||||
New-Item -ItemType directory -Path $outputDir | Out-Null
|
New-Item -ItemType directory -Path $outputDir | Out-Null
|
||||||
}
|
}
|
||||||
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
[string]$letsEncrypt = "n"
|
[string]$letsEncrypt = "n"
|
||||||
[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)" )
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
OUTPUT_DIR="../."
|
OUTPUT_DIR="../."
|
||||||
if [ $# -eq 1 ]
|
if [ $# -eq 1 ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user