From 619773c3be56822439e26c828bbdb3f173b03cff Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sun, 12 Jun 2016 00:40:40 -0500 Subject: modfied to fix it for onos. Change-Id: I70249ba7df9d681b7ee1cf2ad9f1721143973a9e Signed-off-by: Narinder Gupta --- ci/02-maasdeploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/02-maasdeploy.sh') diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 7214719d..62e57da5 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -269,7 +269,7 @@ enable_if(){ i="0" while [ ! -z "${EXTNET[i]}" ]; do - echo enableautomode ${EXTNET[i]} AUTO $stornet || true + enableautomode ${EXTNET[i]} AUTO $stornet || true i=$[$i+1] done fi @@ -278,7 +278,7 @@ enable_if(){ i="0" while [ ! -z "${EXTNET[i]}" ]; do - echo enableautomode ${EXTNET[i]} AUTO $pubnet || true + enableautomode ${EXTNET[i]} AUTO $pubnet || true i=$[$i+1] done fi -- cgit 1.2.3-korg