Fix missing double quote 19/68919/1
authordglFromAtt <dgl@research.att.com>
Mon, 24 Sep 2018 20:04:21 +0000 (16:04 -0400)
committerdglFromAtt <dgl@research.att.com>
Mon, 24 Sep 2018 20:04:27 +0000 (16:04 -0400)
Change-Id: I5e1bd9d9fb4b09c98e9136998bbaa32afb3481db
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-827

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`