update
This commit is contained in:
parent
59645a6593
commit
267429b229
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user