X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fsetup.sh;h=8da394a2152fbccae586ec9555b8ac90ab0c4f43;hb=2fb9fb10bf3fa61b1d3b9d44731bdae8388a3072;hp=638167b56f04003670a4514b0a01d017723ccc2f;hpb=4a975bd5c24781f244e59a77e4c8e70798988b0d;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 }