修改config位置

This commit is contained in:
Olia Lisa
2025-12-29 18:34:43 +08:00
parent 8661527fc0
commit bfa08217b7
8 changed files with 60 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
update_uuid(){
script_dir=$(cd "$(dirname "$0")"; pwd) # 脚本文件绝对路径
config_dir="$script_dir/../"
config_dir="$script_dir/../config"
# 生成 UUID
uuid=$(docker run --rm teddysun/xray:latest xray uuid)