From 1226236e672749d3a0a0e83596b5639f20c27769 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Fri, 23 Jan 2026 18:04:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9"=E7=94=9F=E6=88=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE"=E4=B8=8D=E5=BC=80=E6=94=BE=E7=AB=AF=E5=8F=A3,=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=90=AF=E5=8A=A8=E5=AE=B9=E5=99=A8=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cdad90b..28a6b32 100644 --- a/install.sh +++ b/install.sh @@ -72,7 +72,6 @@ main(){ 2) # 生成配置 / 重置配置 create_config - prot_manage allow $(get_listen_port) # 开放端口 ;; 3) # 查看分享链接 @@ -95,6 +94,7 @@ main(){ 6) # 启动容器 check_config_file + prot_manage allow $(get_listen_port) # 开放端口 run print_share_link ;;