aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/dmaapbc2
1 files changed, 1 insertions, 1 deletions
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`