Update mw.tpl

pull/109/head
Mr Chen 6 years ago
parent f6121cde0b
commit 1fcf0acf31
  1. 2
      scripts/init.d/mw.tpl

@ -30,7 +30,7 @@ mw_start(){
sleep 0.5
isStart=$(lsof -n -P -i:$port|grep LISTEN|grep -v grep|awk '{print $2}'|xargs)
let n+=1
if [ $n -gt 8 ];then
if [ $n -gt 15 ];then
break;
fi
done

Loading…
Cancel
Save