From 1ee54f0f48b6e279549847ccb45c7070f3773469 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 28 May 2026 15:36:45 +0800 Subject: [PATCH] fix bug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 81c8355..25f2263 100644 --- a/install.sh +++ b/install.sh @@ -274,7 +274,7 @@ main(){ # 修改端口 check_config_file "$CONFIG_FILE" ask_update_port "$CONFIG_FILE" - port_manage allow $(get_listen_port) # 开放端口 + port_manage allow $(get_listen_port "$CONFIG_FILE") # 开放端口 restart_docker ;; 8)