X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=misc%2Fdmaapbc;h=0ade56be8cae8c4b606b50b52a604695c94f98d8;hb=a246d9509e0f68ad10d6d17387a376fbc155bb14;hp=3dcef4aa899be7e6e3de71e8b5c4565d727b8908;hpb=0f62fd58cfab28353a911bd24e5df5874e3b5b58;p=dmaap%2Fbuscontroller.git diff --git a/misc/dmaapbc b/misc/dmaapbc index 3dcef4a..0ade56b 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -165,7 +165,7 @@ init() { #loop on get /dmaap until we get a good response to indicate other provisioning can continue rc=999 - while [ $rc != "200 ] + while [ $rc != "200" ] do sleep 10 rc=`curl -s -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap`