Fix missing double quote
[dmaap/buscontroller.git] / misc / dmaapbc
index 3dcef4a..0ade56b 100644 (file)
@@ -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`