mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
win no longer requires mssql volume
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user