summaryrefslogtreecommitdiffstats
path: root/mgr/run.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-05-09 10:26:59 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-05-09 10:26:59 +0800
commitfa6078ef73eb4838ab9dee1fba8e7b1fbf3c9131 (patch)
tree915b55031406f39180e76cdd2c446d5021015a7e /mgr/run.sh
parent2bebb548521082e218ce6872858f7923022593cf (diff)
Fix run and stop sh for vnfmgr
Change-Id: I55e852d8a3601d0b4a50cd98598a2e97a0550cce Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mgr/run.sh')
-rwxr-xr-xmgr/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/mgr/run.sh b/mgr/run.sh
index b021a78..f65ce4f 100755
--- a/mgr/run.sh
+++ b/mgr/run.sh
@@ -25,9 +25,3 @@ if [ "${SSL_ENABLED}" = "true" ]; then
else
nohup uwsgi --http :8803 -t 120 --module mgr.wsgi --master --processes 4 &
fi
-
-while [ ! -f $logDir/runtime_mgr.log ]; do
- sleep 1
-done
-
-tail -F $logDir/runtime_mgr.log