diff options
Diffstat (limited to 'deploy/deploy_host.sh')
-rwxr-xr-x | deploy/deploy_host.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh index 8e7997ef..2e2ec714 100755 --- a/deploy/deploy_host.sh +++ b/deploy/deploy_host.sh @@ -49,7 +49,7 @@ function deploy_host(){ RET=$? sleep $((AYNC_TIMEOUT+5)) - if [[ $RET ]]; then + if [[ $RET -eq 0 ]]; then /bin/true else /bin/false |