feat(脚本): 修改备注

pull/534/merge
mack-a 2021-04-14 16:36:37 +08:00
parent 3504e559b2
commit 275a8a0765
1 changed files with 2 additions and 1 deletions

View File

@ -2275,7 +2275,8 @@ addCorePort() {
echoContent yellow "# 注意事项\n"
echoContent yellow "1.只允许添加443之外的一个端口"
echoContent yellow "2.不影响443端口的使用"
echoContent yellow "3.查看帐号时只会展示默认端口443的帐号\n"
echoContent yellow "3.查看帐号时只会展示默认端口443的帐号"
echoContent yellow "4.再次添加时会替换之前添加的端口\n"
read -r -p "请输入端口号:" newPort
if [[ -n "${newPort}" ]]; then