From e254af31ab1a702a8826836edde751a06b09ab20 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 12 Aug 2020 14:23:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(findBestCDNIP):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find_best_cdn_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_best_cdn_ip.sh b/find_best_cdn_ip.sh index 49af823..b451957 100755 --- a/find_best_cdn_ip.sh +++ b/find_best_cdn_ip.sh @@ -155,7 +155,7 @@ checkSystem(){ downloadIPs(){ if [[ -z `ls /tmp|grep -v grep|grep ips` ]] then - echoContent yellow '开始下载ip文件' + echoContent yellow '开始下载ip库' wget -q -P /tmp/ https://raw.githubusercontent.com/mack-a/v2ray-agent/dev/fodder/ips/ips echoContent yellow '下载结束' fi