diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-02-05 03:59:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-05 03:59:44 +0000 |
commit | d5747030d62979b1178e6372907d7431012b7fd1 (patch) | |
tree | 965f3a9c94748c1f4895dd9617072c93c14cab37 /deploy/compass_vm.sh | |
parent | ce0a73e89120efea3832b65b936dcc27f5840c74 (diff) | |
parent | 3907d59a072d158de67e3cc94bc6ea0ed747d390 (diff) |
Merge "Compass4nfv virtual deploy support direct connection"
Diffstat (limited to 'deploy/compass_vm.sh')
-rwxr-xr-x | deploy/compass_vm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index cf215f3b..17171578 100755 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -23,7 +23,7 @@ function check_container_alive() { docker exec -it compass-mq bash -c "exit" 1>/dev/null 2>&1 local mq_state=$? - if [ $((deck_state||tasks_state||cobbler_state||db_state||mq-state)) == 0 ]; then + if [ $((deck_state||tasks_state||cobbler_state||db_state||mq_state)) == 0 ]; then echo "true" else echo "false" |