From 6fadb3e91a04b2e27b0ee53306abf8878b598a9a Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sun, 12 Jun 2022 15:13:05 +0800 Subject: [PATCH] Update ecs.sh --- ecs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs.sh b/ecs.sh index 5913261..abb5a3a 100644 --- a/ecs.sh +++ b/ecs.sh @@ -1624,9 +1624,9 @@ check_return() { [[ ! -e return.sh ]] && curl -qO https://raw.githubusercontent.com/spiritLHLS/ecs/main/return.sh chmod +x return.sh >/dev/null 2>&1 - green "依次测试电信,联通,移动经过的地区及线路,核心程序来由: ipip.net ,请知悉!" >> $TEMP_FILE + _green "依次测试电信,联通,移动经过的地区及线路,核心程序来由: ipip.net ,请知悉!" >> $TEMP_FILE for ((a=0;a<${#test_area[@]};a++)); do - echo -n -e "${Font_Green}${test_area[a]} ${test_ip[a]}${Font_Suffix}" >> $TEMP_FILE + _yellow "${test_area[a]} ${test_ip[a]}" >> $TEMP_FILE ./return.sh ${test_ip[a]} >> $TEMP_FILE done }