From 7b0d549f70a12c07d0f746312ee100e6fe33eb78 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Thu, 5 Aug 2021 09:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/v4.sh b/Scripts/sh/v4.sh index 37dd1f3..a541039 100644 --- a/Scripts/sh/v4.sh +++ b/Scripts/sh/v4.sh @@ -259,8 +259,8 @@ while check_port $JD_PORT; do echo -n -e "\e[31m端口被占用,请重新输入 V4 面板端口:\e[0m" read JD_PORT else - break MAPPING_PORT="-p $JD_PORT:5678" + break fi done