From fc5915bb689fc554d40995461eca344e3ce5d0e5 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 3 Aug 2021 14:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/ql.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index 3634c91..be828b1 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -293,6 +293,8 @@ sleep 20 if [ "$(grep -c "token" $CONFIG_PATH/auth.json)" != 0 ]; then log "7.下面开始青龙内部配置" docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://gitee.com/allin1code/a1/raw/master/1customCDN.sh)" +else + warn "7.未检测到 token,不进行内部配置" fi log "🎉全面部署已完成!enjoy!!!" \ No newline at end of file