summaryrefslogtreecommitdiffstats
path: root/contrib/simple_deploy.sh
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2017-07-06 15:25:01 +0800
committerQiLiang <liangqi1@huawei.com>2017-07-06 19:09:47 +0800
commit9267deb089e40ca8352e14392d32dcbc5480f319 (patch)
tree7e73a7576904f518490a485a3c86f3e3812dfb7d /contrib/simple_deploy.sh
parent89bffdb811f8ca932ff13ed92f5f3b64f1b66277 (diff)
Tiny fix for easy install scirpt
- add several dependent packages - fix random no deploy log display - chmod +x simple_deploy.sh Change-Id: If18114b9fe8ba527abee907fa14eecf93beba098 Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'contrib/simple_deploy.sh')
-rwxr-xr-x[-rw-r--r--]contrib/simple_deploy.sh1
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