延长检查时间

pull/454/head
midoks 2 years ago
parent 70a30412a5
commit 1a26224b6f
  1. 2
      scripts/init.d/mw.tpl

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

Loading…
Cancel
Save