修改单词拼写错误

This commit is contained in:
Olia Lisa
2026-04-20 22:43:15 +08:00
parent 63c169b30c
commit 5b69f54510
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -65,7 +65,7 @@ main(){
# 一键部署
install
create_config
prot_manage allow $(get_listen_port) # 开放端口
port_manage allow $(get_listen_port) # 开放端口
run
print_share_link
;;
@@ -88,13 +88,13 @@ main(){
# 修改端口
check_config_file
update_port
prot_manage allow $(get_listen_port) # 开放端口
port_manage allow $(get_listen_port) # 开放端口
restart_docker
;;
6)
# 启动容器
check_config_file
prot_manage allow $(get_listen_port) # 开放端口
port_manage allow $(get_listen_port) # 开放端口
run
print_share_link
;;