From 943fc9dcc00ea3f432a9a1eec6b217a8b2567580 Mon Sep 17 00:00:00 2001 From: aszerW Date: Sun, 19 Apr 2026 00:49:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20start.sh=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3=E4=B8=BA=208402?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 7c85d22..3d82e68 100755 --- a/start.sh +++ b/start.sh @@ -5,7 +5,7 @@ set -e # 默认端口 -PORT=${1:-402} +PORT=${1:-8402} # 获取脚本所在目录 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"