X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fsetup.sh;h=8da394a2152fbccae586ec9555b8ac90ab0c4f43;hb=refs%2Fchanges%2F59%2F1959%2F1;hp=638167b56f04003670a4514b0a01d017723ccc2f;hpb=c4fec5378030c1652c8bfcad929a5c6983838974;p=eliot.git diff --git a/blueprints/iotgateway/scripts/setup.sh b/blueprints/iotgateway/scripts/setup.sh index 638167b..8da394a 100755 --- a/blueprints/iotgateway/scripts/setup.sh +++ b/blueprints/iotgateway/scripts/setup.sh @@ -136,7 +136,7 @@ install_edgex(){ verify_edgex() { set -o xtrace - cd edgex && source verifyedgex.sh + source verifyedgex.sh | tee verifyedgex.log }