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