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-17 14:59:27 +0000 |
commit | 25ae10617be064a44f3b214d388d8d23837f3433 (patch) | |
tree | 99416934d021c09cf95a00f15767e65f57a5b456 /ci/deploy.sh | |
parent | 3c5f29df798b20922e507318adecd117365a382e (diff) |
syntax error
Change-Id: Id2092478de7a3e0a4b5b430bb875eb4e158a54fd
(cherry picked from commit 2231685f54139031fe36357b5080420a0738a905)
Diffstat (limited to 'ci/deploy.sh')
-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 |