From 92b44525f8094f60d5081993de5e535d5ab59052 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 16 Feb 2016 22:24:43 -0600 Subject: [PATCH 1/1] change integer to string comparison Change-Id: I6b99d73dfd62a292a295d357424109164e493fc7 (cherry picked from commit 356571b808a65f530b2fbc8de9b042fa06ea2300) --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index bb41ef74..f9aadaa9 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -163,7 +163,7 @@ unitAddress() createopenrc() { - if [ "$opnfvsdn" -eq "onos" ]; then + if [ "$opnfvsdn" == "onos" ]; then sh onos/juju_test_prepare.sh "$opnfvlab" check_status fi -- 2.16.6