This commit is contained in:
Leon 2021-08-03 13:27:58 +08:00
parent 6506177674
commit a59530d955

View File

@ -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