From 2fb9fb10bf3fa61b1d3b9d44731bdae8388a3072 Mon Sep 17 00:00:00 2001 From: Abhijit Dasgupta Date: Tue, 12 Nov 2019 12:09:16 +0000 Subject: [PATCH] Added log file for edgex verify script Modified file setup.sh Signed-off-by: Abhijit Dasgupta Change-Id: I11e13e5d45884bde373341af8c89623e2b6b0074 --- blueprints/iotgateway/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.16.6