This commit is contained in:
Olia Lisa 2025-12-30 15:54:17 +08:00
parent 59645a6593
commit 267429b229

View File

@ -10,7 +10,7 @@ print_share_link() {
# 检查是否已启动过容器假设UUID已替换为真实值否则视为未启动
local uuid=$(jq -r '.inbounds[0].users[0].uuid' "$config_dir/config.json")
if [ "$uuid" = "生成一个UUID替换这里" ] || [ -z "$uuid" ] || [[ "$uuid" == null ]]; then
if [ "$uuid" = "你的UUID" ] || [ -z "$uuid" ] || [[ "$uuid" == null ]]; then
red "error: 容器未启动过或UUID未配置, 查看配置失败"
echo '请选择"启动容器"或确保已手动替换UUID'
exit 1