1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 14:13:48 +00: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

@@ -35,10 +35,10 @@ then
OUTPUT=$2
fi
OS="linux"
OS="linwin"
if [ "$(uname)" == "Darwin" ]
then
OS="macwin"
OS="mac"
fi
SCRIPTS_DIR="$OUTPUT/scripts"