From 33cd3270f9e75214829d6b3a43746daf1f53af2e Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sun, 12 Jun 2022 00:09:15 +0800 Subject: [PATCH] Update ecs.sh --- ecs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs.sh b/ecs.sh index fcb8f92..ebfb7b3 100644 --- a/ecs.sh +++ b/ecs.sh @@ -81,7 +81,7 @@ checkspeedtest() { red(){ echo -e "\033[31m\033[01m$1\033[0m"; } green(){ echo -e "\033[32m\033[01m$1\033[0m"; } -test_area=("广州电信" "广州联通" "广州移动") +test_area=("广州电信" "广州联通" "广州移动") test_ip=("58.60.188.222" "210.21.196.6" "120.196.165.2") TEMP_FILE='ip.test'