mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
set args based on count correctly
This commit is contained in:
parent
e7f713a805
commit
348fac01a5
@ -12,9 +12,8 @@ then
|
||||
fi
|
||||
|
||||
DOCKER_DIR=$DIR/../docker
|
||||
if [ $# -eq 2 ]
|
||||
if [ $# -gt 2 ]
|
||||
then
|
||||
OUTPUT_DIR=$2
|
||||
DOCKER_DIR=$3
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user