Update mw.tpl

pull/368/head
midoks 2 years ago
parent e8942128b8
commit 33a510a5b5
  1. 2
      scripts/init.d/mw.tpl

@ -38,7 +38,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 15 ];then
if [ $n -gt 20 ];then
break;
fi
done

Loading…
Cancel
Save