"backend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "d90e56eb450cb8aceb2bdba779ef4362d1b4fc6f"
fix: 修复安装脚本通过 pipe 执行时 root 权限检查失效的问题
使用 `id -u` 替代 `$EUID` 进行 root 权限检查。 `$EUID` 是 bash 内置变量,在通过 pipe 执行脚本时可能不可靠。
Please register or sign in to comment