From ffa16648aea93ff5bfe6ac1d6578cc925d3fa3b2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 1 Dec 2024 20:59:59 +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 fc3ab50d8..2876421a0 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -566,6 +566,7 @@ mw_default(){ address="MW-PANEL-URL: ${scheme}://$address:$port$admin_path" fi + # bind domain check panel_bind_domain=$(python3 ${PANEL_DIR}/panel_tools.py panel_bind_domain) if [ "$panel_bind_domain" != "" ];then address="MW-PANEL-URL: ${scheme}://$panel_bind_domain:$port$admin_path\n${address}"