Added some lines for more readiblity of logs
[eliot.git] / blueprints / iotgateway / scripts / edgex / verifyedgex.sh
index b1af3af..95fea1f 100644 (file)
@@ -28,7 +28,7 @@ retrytimes=20
 while [ $retrytimes -gt 0 ]
 do
  if [ 12 == "$(kubectl get pods | grep edgex | grep Running | wc -l)" ]; then
-    echo "Edgex Platform is successfully deployed on ELIOT !!!!"
+    echo "Edgex Platform is successfully integrated  on ELIOT IOT-Gateway!!!!"
     break
  fi
  ((retrytimes-=1))