From 40ea4a1f79712de3a019f8b9789571bb88bfdae5 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 19 May 2023 17:09:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84echo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index aee5115..517aa56 100644 --- a/install.sh +++ b/install.sh @@ -6842,8 +6842,6 @@ initRealityDest() { if [[ -z "${realityDestDomain}" ]]; then local randomNum= randomNum=$((RANDOM % 24 + 1)) - echo randomNum:${randomNum} - echo ${realityDestDomainList} realityDestDomain=$(echo "${realityDestDomainList}" | awk -F ',' -v randomNum="$randomNum" '{print $randomNum":443"}') fi if ! echo "${realityDestDomain}" | grep -q ":"; then