Update ql.sh

This commit is contained in:
shufflewzc 2021-09-12 11:44:32 +08:00
parent ffda9cabd2
commit 9f35ebc04f

View File

@ -361,7 +361,7 @@ if [ "$access" != "2" ]; then
docker exec -it $CONTAINER_NAME bash -c "sed -i \"s/ALLOW_NUM=40/ALLOW_NUM=100/\" /ql/ninja/backend/.env && cd /ql/ninja/backend && pm2 start"
fi
log "8.开始青龙内部配置"
docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://gitee.com/allin1code/a1/raw/master/1customCDN.sh)"
docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://ghproxy.com/https://github.com/shufflewzc/VIP/blob/main/Scripts/sh/1customCDN.sh)"
else
warn "8.未检测到 token取消内部配置"
fi