From 6da09e708a40036a07192cfe05991a4a63378c4c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 1 Nov 2024 16:58:51 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index f7ff10779..09be6cd68 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -562,8 +562,8 @@ case "$1" in fi if [ "$address" == "" ];then - v4=$(python3 ${PANEL_DIR}/tools.py getServerIp 4) - v6=$(python3 ${PANEL_DIR}/tools.py getServerIp 6) + v4=$(python3 ${PANEL_DIR}/panel_tools.py getServerIp 4) + v6=$(python3 ${PANEL_DIR}/panel_tools.py getServerIp 6) if [ "$v4" != "" ] && [ "$v6" != "" ]; then