Update mw.tpl

pull/632/head
Mr Chen 6 months ago
parent b44fec1859
commit 6da09e708a
  1. 4
      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

Loading…
Cancel
Save