diff options
Diffstat (limited to 'ci')
-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 |