From 8c1c2bc70b32be1bc0a66ccf58ff87feb1589593 Mon Sep 17 00:00:00 2001 From: Srinivasan Selvam Date: Thu, 21 Nov 2019 10:31:14 +0530 Subject: [PATCH] bug fix Signed-off-by: Srinivasan Selvam Change-Id: I36052b42648891f297043b9f845e604655b93545 --- 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 7c4190a..98fb8e9 100755 --- a/blueprints/iotgateway/scripts/setup.sh +++ b/blueprints/iotgateway/scripts/setup.sh @@ -208,7 +208,7 @@ verify_edgex if [[ $OSPLATFORM = *CentOS* ]]; then install_opcua_centos - +fi # Removing the taint from master node kubectl taint nodes --all node-role.kubernetes.io/master- || true -- 2.16.6