1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-17 02:01:53 +01:00

Merge branch 'master' of github.com:bitwarden/core

This commit is contained in:
Kyle Spearrin 2017-08-23 22:14:17 -04:00
commit 16431bc0f8

View File

@ -12,9 +12,8 @@ then
fi
DOCKER_DIR=$DIR/../docker
if [ $# -eq 2 ]
if [ $# -gt 2 ]
then
OUTPUT_DIR=$2
DOCKER_DIR=$3
fi