From cd0c7b834c107b50816001cb46ad6c0ac50951cd Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Fri, 23 Jan 2026 18:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index c41869b..cdad90b 100644 --- a/install.sh +++ b/install.sh @@ -65,14 +65,14 @@ main(){ # 一键部署 install create_config - prot_manage allow $(get_listen_port) + prot_manage allow $(get_listen_port) # 开放端口 run print_share_link ;; 2) # 生成配置 / 重置配置 create_config - prot_manage allow $(get_listen_port) + prot_manage allow $(get_listen_port) # 开放端口 ;; 3) # 查看分享链接 @@ -89,7 +89,7 @@ main(){ # 修改端口 check_config_file update_port - prot_manage allow $(get_listen_port) + prot_manage allow $(get_listen_port) # 开放端口 restart_docker ;; 6)