1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

win no longer requires mssql volume

This commit is contained in:
Kyle Spearrin
2017-10-02 14:49:42 -04:00
parent 4cad4a116e
commit 27fcd9c58f
6 changed files with 8 additions and 8 deletions

View File

@ -17,10 +17,10 @@ then
DOCKER_DIR=$3
fi
OS="linux"
OS="linwin"
if [ "$(uname)" == "Darwin" ]
then
OS="macwin"
OS="mac"
fi
# Functions