diff --git a/old/t.sh b/old/t.sh index 7d6a32c..b2509be 100644 --- a/old/t.sh +++ b/old/t.sh @@ -88,7 +88,6 @@ net(){ echo $UP | sh >/dev/null 2>&1 WAN4=$(curl -s4m10 https://ip.gs) && WAN6=$(curl -s6m10 https://ip.gs) - green " $WAN4 $WAN6 " [[ $i = $j ]] && echo $DOWN | sh && red " 失败已超过$i次,脚本中止,问题反馈:[https://github.com/fscarmen/warp/issues] " && exit done green " 已成功获取 WARP 网络\n IPv4:$WAN4\n IPv6:$WAN6 "