diff options
-rwxr-xr-x | ci/deploy.sh | 2 |
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 |