From bbf13bb3be5c253d7cfa91034b5d49a160c75fac Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 23 Aug 2017 16:33:41 -0400 Subject: [PATCH] formatting updates --- scripts/bitwarden.ps1 | 2 ++ scripts/bitwarden.sh | 2 ++ scripts/install.ps1 | 2 -- scripts/install.sh | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 476db122a..31bd45c48 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -30,6 +30,8 @@ https://bitwarden.com, https://github.com/bitwarden docker --version docker-compose --version +echo "" + # Setup $scriptPath = $MyInvocation.MyCommand.Path diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 31c201b12..3f42dc3b3 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -22,6 +22,8 @@ EOF docker --version docker-compose --version +echo "" + # Setup DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 8aa562181..5099b23a7 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -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)" ) diff --git a/scripts/install.sh b/scripts/install.sh index 8625eaeed..56a8460bb 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash set -e -echo "" - OUTPUT_DIR="../." if [ $# -eq 1 ] then