feat(findBestCDNIP): 修改文案

pull/534/merge
mack-a 2020-08-12 14:23:00 +08:00
parent e4e9c477f8
commit e254af31ab
1 changed files with 1 additions and 1 deletions

View File

@ -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