summaryrefslogtreecommitdiffstats
path: root/res/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'res/run.sh')
-rwxr-xr-xres/run.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/run.sh b/res/run.sh
index 63f0850..77beb8a 100755
--- a/res/run.sh
+++ b/res/run.sh
@@ -26,8 +26,3 @@ else
nohup uwsgi --http :8802 -t 120 --module res.wsgi --master --processes 4 &
fi
-while [ ! -f $logDir/runtime_res.log ]; do
- sleep 1
-done
-
-tail -F $logDir/runtime_res.log