重构代码, 重构update_uuid函数
This commit is contained in:
@@ -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 "成功创建配置"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user