fix(脚本): 删除无用的echo

master
mack-a 2023-05-19 17:09:29 +08:00
parent e9c5fe97ea
commit 40ea4a1f79
1 changed files with 0 additions and 2 deletions

View File

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