From 9dfd9985ce06b135e4eaaea58444fc28324a981f Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 15 Jan 2021 14:27:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5f30dc9..654d170 100644 --- a/install.sh +++ b/install.sh @@ -2724,7 +2724,6 @@ customV2RayInstall() { if [[ -z ${selectCustomInstallType} ]]; then selectCustomInstallType=0 fi - echoContent red selectCustomInstallType:${selectCustomInstallType} if [[ "${selectCustomInstallType}" =~ ^[0-4]+$ ]]; then cleanUp xrayClean totalProgress=17 @@ -2735,7 +2734,7 @@ customV2RayInstall() { handleNginx stop initNginxConfig 4 # 随机path - if ${selectCustomInstallType} | grep -q 1 || echo ${selectCustomInstallType} | grep -q 3 || echo ${selectCustomInstallType} | grep -q 4; then + if echo ${selectCustomInstallType} | grep -q 1 || echo ${selectCustomInstallType} | grep -q 3 || echo ${selectCustomInstallType} | grep -q 4; then randomPathFunction 5 customCDNIP 6 fi