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:
@ -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