mirror of https://github.com/minio/minio.git
docker: Fix bug in start.sh arguments.
This commit is contained in:
parent
9843aa1f7a
commit
7623e0f8e8
|
@ -6,5 +6,5 @@ if [ -z "$1" ]; then
|
|||
echo "Usage: <export_dir>"
|
||||
exit 1
|
||||
else
|
||||
/bin/mkdir -p "$2" && /minio server "$2"
|
||||
/bin/mkdir -p "$1" && /minio server "$1"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue