X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fedgex%2Fverifyedgex.sh;h=95fea1fc59809be0466973f3d41b97286b9a8eab;hb=55f3bd1a6d9ecf13246d9dedf6dcd78a60d56e4c;hp=b1af3af5de6eb38ecf48f5f9ad3bcc4d1e7c1a98;hpb=c19ae19ceb20a1c47d53e5d2a482f6f4fd5cfa38;p=eliot.git diff --git a/blueprints/iotgateway/scripts/edgex/verifyedgex.sh b/blueprints/iotgateway/scripts/edgex/verifyedgex.sh index b1af3af..95fea1f 100644 --- a/blueprints/iotgateway/scripts/edgex/verifyedgex.sh +++ b/blueprints/iotgateway/scripts/edgex/verifyedgex.sh @@ -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))