mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
script updates
This commit is contained in:
@ -3,14 +3,15 @@ set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
DOCKER_DIR=$DIR/../docker
|
||||
OS="linux"
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
DOCKER_DIR=$1
|
||||
fi
|
||||
if [ $# -eq 2 ]
|
||||
|
||||
OS="linux"
|
||||
if [ "$(uname)" == "Darwin" ]
|
||||
then
|
||||
OS=$2
|
||||
OS="macwin"
|
||||
fi
|
||||
|
||||
docker --version
|
||||
|
Reference in New Issue
Block a user