From 07fb4c0a995b1f66fb79a5ff6419542a9accaefe Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Mon, 1 Oct 2018 16:32:13 +0200 Subject: Dockerfile generated via maven Added creation of the Dockerfile inside the pom.xml Change-Id: I8d8b8e33aa1aaa33f20b8480c6831c5f00948be7 Issue-ID: DMAAP-828 Signed-off-by: Tomasz Golabek --- misc/dmaapbc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/dmaapbc b/misc/dmaapbc index 0ade56b..cef472e 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -168,7 +168,7 @@ init() { 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` + rc=`curl -s -o /dev/null -I -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap` echo "get dmaap response=${rc}" done -- cgit 1.2.3-korg