1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00

script fixes for mac

This commit is contained in:
Kyle Spearrin
2017-08-19 15:27:57 -04:00
parent 401b3b95a0
commit 3ca8801af0
13 changed files with 34 additions and 20 deletions

View File

@@ -22,13 +22,11 @@ EOF
docker --version
echo ""
OUTPUT_DIR=/etc/bitwarden
OUTPUT_DIR=~/bitwarden
mkdir -p $OUTPUT_DIR
echo -e "(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): "
read DOMAIN
echo -e "\n(!) Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): "
read LETS_ENCRYPT
read -p "(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): " DOMAIN
read -p "(!) Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " LETS_ENCRYPT
if [ $LETS_ENCRYPT == 'y' ]
then