diff --git a/scripts/install.sh b/scripts/install.sh index 0a3a3d94ab..89d378e6c9 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,28 +1,14 @@ #!/usr/bin/env bash set -e -YEAR=$(date +'%Y') - -cat << "EOF" - _ _ _ _ -| |__ (_) |___ ____ _ _ __ __| | ___ _ __ -| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ -| |_) | | |_ \ V V / (_| | | | (_| | __/ | | | -|_.__/|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_| - -EOF - -cat << EOF -Open source password management solutions -Copyright 2015-$YEAR, 8bit Solutions LLC -https://bitwarden.com, https://github.com/bitwarden - -EOF - docker --version echo "" OUTPUT_DIR=~/bitwarden +if [ $# -eq 1 ] +then + OUTPUT_DIR=$1 +fi mkdir -p $OUTPUT_DIR read -p "(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): " DOMAIN