From 594f0251b661b682282ffb3563fdff3119362745 Mon Sep 17 00:00:00 2001 From: yanyuwangluo <70591645+yanyuwangluo@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:45:32 +0800 Subject: [PATCH] Update ql12.sh --- Scripts/sh/ql12.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/ql12.sh b/Scripts/sh/ql12.sh index 6f6ba03..50d298a 100644 --- a/Scripts/sh/ql12.sh +++ b/Scripts/sh/ql12.sh @@ -247,7 +247,7 @@ if [ "$port" != "2" ]; then read JD_PORT done echo -e "\e[34m恭喜,端口:$JD_PORT 可用\e[0m" - MAPPING_JD_PORT="-p $JD_PORT:5600" + MAPPING_JD_PORT="-p $JD_PORT:5700" fi