From 35fdd8561c79eea4cb89ea78713defd1912a2681 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:34:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BD=93=E9=9A=8F=E6=9C=BApath=E5=A4=A7=E4=BA=8E=E4=BA=94?= =?UTF-8?q?=E4=BD=8D=E6=97=B6=E5=AF=BC=E8=87=B4gRPC=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 07f5e7b..20905a5 100644 --- a/install.sh +++ b/install.sh @@ -835,12 +835,13 @@ randomPathFunction() { if [[ -z "${customPath}" ]]; then customPath=$(head -n 50 /dev/urandom | sed 's/[^a-z]//g' | strings -n 4 | tr 'A-Z' 'a-z' | head -1) currentPath=${customPath:0:4} + customPath=${currentPath} else currentPath=${customPath} fi fi - echoContent yellow "path:${customPath}" + echoContent yellow "path:${currentPath}" echoContent skyBlue "\n----------------------------" } # Nginx伪装博客 @@ -2227,7 +2228,7 @@ EOF # 自定义CDN IP customCDNIP() { echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析" - echoContent yellow "\n如对CDN自选ip不了解,请选择[n]" + echoContent yellow "\n如对Cloudflare自选ip不了解,请选择[n]" echoContent yellow "\n 移动:104.16.123.96" echoContent yellow " 联通:hostmonit.com" echoContent yellow " 电信:www.digitalocean.com" @@ -3958,7 +3959,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.5.4-dev" + echoContent green "当前版本:v2.5.4" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus