From b2a81f7964a8432aa37f5fc4e4245780c76b1f81 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 9 Oct 2025 22:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E4=B8=AD,=20=E5=A2=9E=E5=8A=A0=E8=AE=BE=E7=BD=AE=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/init.sh b/bin/init.sh index 25fb282..4fa87eb 100644 --- a/bin/init.sh +++ b/bin/init.sh @@ -12,3 +12,6 @@ bash $script_dir/update_uuid.sh # 生成密钥对, 修改config.json中的密钥属性 bash $script_dir/update_key.sh + +# 设置端口 +bash $script_dir/update_port.sh