diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 77deea416..8327e4653 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -48,6 +48,7 @@ mw_start_panel() cd ${PANEL_DIR}/web && gunicorn -c setting.py app:app port=$(cat ${PANEL_DIR}/data/port.pl) isStart="" + n=0 while [[ "$isStart" == "" ]]; do echo -e ".\c"