feat(脚本): 修改名称

This commit is contained in:
mack-a
2025-01-21 11:35:23 +08:00
parent 6105ac81d9
commit 8444b1092a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3432,7 +3432,7 @@ initTuicPort() {
# 初始化tuic的协议
initTuicProtocol() {
if [[ -n "${tuicAlgorithm}" && -z "${lastInstallationConfig}" ]]; then
read -r -p "读取到上次使用的端口,是否使用 [y/n]:" historyTuicAlgorithm
read -r -p "读取到上次使用的算法,是否使用 [y/n]:" historyTuicAlgorithm
if [[ "${historyTuicAlgorithm}" != "y" ]]; then
tuicAlgorithm=
else