Browse Source

typo

merge-requests/72/head
Steven Foerster 5 years ago
parent
commit
01805e7aa2
  1. 2
      scripts/wrappers/mistborn_docker.sh

2
scripts/wrappers/mistborn_docker.sh

@ -35,7 +35,7 @@ fi @@ -35,7 +35,7 @@ fi
# ensure base is up and listening
echo "Waiting for Mistborn-base to finish starting up..."
while [[ ! nc -z 10.2.3.1 5000 ]]; do
while ! nc -z 10.2.3.1 5000; do
echo "Waiting 5 seconds for Mistborn-base..."
sleep 5
done

Loading…
Cancel
Save