重构代码, 重构update_uuid函数

This commit is contained in:
Olia Lisa
2026-05-28 15:10:40 +08:00
parent c0824d99c0
commit f58c341a28
2 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ create_tuic_acme_tls_config() {
update_password "$CONFIG_FILE"
# 设置UUID
update_uuid
update_uuid "$CONFIG_FILE"
green "成功创建配置"
}
@@ -63,7 +63,7 @@ create_tuic_self_tls_config() {
update_password "$CONFIG_FILE"
# 设置UUID
update_uuid
update_uuid "$CONFIG_FILE"
green "成功创建配置"
}