diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-16 20:41:05 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-16 20:41:05 -0600 |
commit | 2231685f54139031fe36357b5080420a0738a905 (patch) | |
tree | cc723e0493deb12655896abe0246a14a7051950f | |
parent | 12c8491258ba77da7952f08a22e12a94e7293353 (diff) |
syntax error
Change-Id: Id2092478de7a3e0a4b5b430bb875eb4e158a54fd
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index bd9e0ce3..bb41ef74 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -163,8 +163,8 @@ unitAddress() createopenrc() { - if [ "$opnfvsdn" -eq "onos" ] - ./onos/juju_test_prepare.sh "$opnfvlab" + if [ "$opnfvsdn" -eq "onos" ]; then + sh onos/juju_test_prepare.sh "$opnfvlab" check_status fi |