Update return.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 4182d55eb4
commit e91b83b985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      return.sh

@ -34,7 +34,7 @@ done
ip=$1
echo -e "\n 本脚说明:测 VPS ——> 对端 经过的地区及线路,填本地IP就是测回程,核心程序来由: https://www.ipip.net/ ,请知悉!"
[[ -z "$ip" || $ip = '[DESTINATION_IP]' ]] && read -rp "\n 请输入目的地 IP: " ip
[[ -z "$ip" || $ip = '[DESTINATION_IP]' ]] && read -rp " 请输入目的地 IP: " ip
echo -e "\n 检测中,请稍等片刻。\n"
[[ ! -e "$FILE" ]] && wget -qN https://cdn.jsdelivr.net/gh/fscarmen/tools/besttrace/$FILE
chmod +x "$FILE" >/dev/null 2>&1

Loading…
Cancel
Save