From: khemendra kumar Date: Tue, 12 Nov 2019 01:09:29 +0000 (+0000) Subject: Merge "Bug Fix: Rectified the k8s_worker_common" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=79ff6a92d8d1b103ee4387065327047faccbcfa7;hp=ba6b015be705e06fb8d323401bca7df48e6eb428;p=eliot.git Merge "Bug Fix: Rectified the k8s_worker_common" --- diff --git a/blueprints/iotgateway/scripts/setup.sh b/blueprints/iotgateway/scripts/setup.sh index 52459b8..2d8af77 100755 --- a/blueprints/iotgateway/scripts/setup.sh +++ b/blueprints/iotgateway/scripts/setup.sh @@ -56,7 +56,7 @@ setup_k8sworkers() # Install Docker on ELIOT Node SETUP_WORKER_COMMON="sudo rm -rf ~/eliot &&\ git clone ${ELIOT_REPO} &&\ - cd eliot/blueprints/iotgteway/scripts/ && source common.sh" + cd eliot/blueprints/iotgateway/scripts/ && source common.sh" #SETUP_WORKER_COMMON="cd eliot/scripts/ && source common.sh" SETUP_WORKER="cd eliot/blueprints/iotgateway/scripts/ && source k8sworker.sh"