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