diff options
Diffstat (limited to 'deploy/compass_vm.sh')
-rw-r--r-- | deploy/compass_vm.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index 067918da..d3fec236 100644 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -28,6 +28,7 @@ function install_compass_core() { } function wait_ok() { + set +x log_info "wait_compass_ok enter" retry=0 until timeout 1s ssh $ssh_args root@$MGMT_IP "exit" >/dev/null 2>&1 @@ -40,7 +41,7 @@ function wait_ok() { exit 1 fi done - + set -x log_warn "os install time used: 100%" log_info "wait_compass_ok exit" } |