From a246d9509e0f68ad10d6d17387a376fbc155bb14 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Mon, 24 Sep 2018 16:04:21 -0400 Subject: [PATCH] Fix missing double quote Change-Id: I5e1bd9d9fb4b09c98e9136998bbaa32afb3481db Signed-off-by: dglFromAtt Issue-ID: DMAAP-827 --- misc/dmaapbc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.16.6