mirror of
https://github.com/bitwarden/server
synced 2026-02-28 02:13:19 +00:00
win no longer requires mssql volume
This commit is contained in:
@@ -17,10 +17,10 @@ then
|
||||
DOCKER_DIR=$3
|
||||
fi
|
||||
|
||||
OS="linux"
|
||||
OS="linwin"
|
||||
if [ "$(uname)" == "Darwin" ]
|
||||
then
|
||||
OS="macwin"
|
||||
OS="mac"
|
||||
fi
|
||||
|
||||
# Functions
|
||||
|
||||
Reference in New Issue
Block a user