refactor: 修改函数名字

This commit is contained in:
Olia Lisa
2026-07-20 15:39:11 +08:00
parent d85371db37
commit 79398241f4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
update_key(){
update_reality_key(){
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # 脚本文件绝对路径
local config_dir="$script_dir/../conf"