~调整Tailscale的缓存目录为安装目录,增加设备名称设置选项

~修复部分设备开机初始化失败的bug
~部分代码细节优化
This commit is contained in:
juewuy
2026-01-01 10:43:25 +08:00
parent abb90eb6f0
commit 5aafe92198
9 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# Copyright (C) Juewuy
#初始化目录
CRASHDIR=$(
[ -z "$CRASHDIR" ] && CRASHDIR=$(
cd $(dirname $0)
pwd
)