diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index 0f2e1c4..51acb43 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -294,7 +294,7 @@ else sleep 20 -if [ "$(grep -c "token" $CONFIG_PATH auth.json)" != 0 ]; then +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)" fi