summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-02-16 22:24:43 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-02-17 15:00:00 +0000
commit92b44525f8094f60d5081993de5e535d5ab59052 (patch)
treedd8adb157bebad63328fd0b6309e0e8b253e474d
parent25ae10617be064a44f3b214d388d8d23837f3433 (diff)
change integer to string comparison
Change-Id: I6b99d73dfd62a292a295d357424109164e493fc7 (cherry picked from commit 356571b808a65f530b2fbc8de9b042fa06ea2300)
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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