Fix run and stop sh for vnflcm
[vfc/gvnfm/vnflcm.git] / lcm / run.sh
index d7014a2..d417889 100755 (executable)
@@ -26,8 +26,3 @@ else
     nohup uwsgi --http :8801 -t 120 --module lcm.wsgi --master --processes 4 &
 fi
 
-while [ ! -f $logDir/runtime_lcm.log ]; do
-    sleep 1
-done
-
-tail -F  $logDir/runtime_lcm.log