From 930eb14a8a21847db0d70dbba3dd76279857ba7f Mon Sep 17 00:00:00 2001 From: dami Date: Tue, 14 Apr 2026 18:04:35 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 1 + 1 file changed, 1 insertion(+) 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"