Skip to content

Commit

Permalink
Wait for minio to boot up
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 20, 2020
1 parent eb37979 commit a01a7c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/setup_minio_test_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ curl https://dl.minio.io/server/minio/release/$OS-amd64/minio --output minio_tes
chmod +x ./minio_test
mkdir s3test
./minio_test server ./s3test &

# wait for minio to boot up
sleep 5

0 comments on commit a01a7c7

Please sign in to comment.