summaryrefslogtreecommitdiffstats
path: root/mgr/run.sh
diff options
context:
space:
mode:
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