Change-Id: Id76713331c17122b76f4cc64aa5fb823c04f9050
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1120
 
        loop=true
 
-       while [ $loop ]
+       while [ $loop = true ]
        do
-               rc=`curl -v -X POST -w "%{http_code}" -H "X-ECOMP-RequestID: $REQUESTID" -H "Content-Type: application/json" -d @${1} ${PROTO}://${DBC}:${PORT}/webapi/${2}`
+               rc=`curl -s -X POST -w "%{http_code}" -H "X-ECOMP-RequestID: $REQUESTID" -H "Content-Type: application/json" -d @${1} ${PROTO}://${DBC}:${PORT}/webapi/${2} -o /dev/null`
                case $rc in
                200 | 201 | 409 )
                        echo "response=$rc"