diff options
author | Michael Chapman <michapma@redhat.com> | 2017-07-07 02:29:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-07 02:29:12 +0000 |
commit | 68bb8c986bfdca528a06e18e58507b4750fdf40e (patch) | |
tree | ea622722b44385268a8bb930e598e741dc4f5308 /contrib/simple_deploy.sh | |
parent | 85d68ef3be89293b9dd9525d05f6de0b06d9fab3 (diff) | |
parent | 9267deb089e40ca8352e14392d32dcbc5480f319 (diff) |
Merge "Tiny fix for easy install scirpt"
Diffstat (limited to 'contrib/simple_deploy.sh')
-rwxr-xr-x[-rw-r--r--] | contrib/simple_deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh index 0b9b6caa..24b67904 100644..100755 --- a/contrib/simple_deploy.sh +++ b/contrib/simple_deploy.sh @@ -15,5 +15,6 @@ popd pushd $apex_home/ci echo "All further output will be piped to $PWD/nohup.out" (nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl-nofeature-noha.yaml &) +[ -f nohup.out ] || sleep 3 tail -f nohup.out popd |