fix bug
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ main(){
|
|||||||
# 修改端口
|
# 修改端口
|
||||||
check_config_file "$CONFIG_FILE"
|
check_config_file "$CONFIG_FILE"
|
||||||
ask_update_port "$CONFIG_FILE"
|
ask_update_port "$CONFIG_FILE"
|
||||||
port_manage allow $(get_listen_port) # 开放端口
|
port_manage allow $(get_listen_port "$CONFIG_FILE") # 开放端口
|
||||||
restart_docker
|
restart_docker
|
||||||
;;
|
;;
|
||||||
8)
|
8)
|
||||||
|
|||||||
Reference in New Issue
Block a user