commit | a0a9ee73b64d2ccf2830e57e4d3454444181cc59 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Apr 28 14:10:56 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Apr 28 14:10:56 2016 -0700 |
tree | d80f0704f06d6235c2ebdb2b9b98b1c439db9313 | |
parent | 232cf5d3e45adf3d674487222ce68ade40a1eafe [diff] | |
parent | 081d9a3f0e6a31200187053477b2a8ab91a2ff27 [diff] |
Merge branch 'feature/fabric'
diff --git a/xos/configurations/common/wait_for_xos_port.sh b/xos/configurations/common/wait_for_xos_port.sh index dab6e70..3ed5833 100755 --- a/xos/configurations/common/wait_for_xos_port.sh +++ b/xos/configurations/common/wait_for_xos_port.sh
@@ -11,7 +11,7 @@ fi echo "Waiting for XOS to come up" -until http 0.0.0.0:$1 &> /dev/null +until curl 0.0.0.0:$1 &> /dev/null do sleep 1 RUNNING_CONTAINER=`sudo docker ps|grep "xos"|awk '{print $$NF}'`