Update ql.sh

This commit is contained in:
yanyuwangluo 2022-05-21 19:40:38 +08:00 committed by GitHub
parent 78cb47021b
commit 354f696e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,7 +376,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://git.metauniverse-cn.com/https://github.com/shufflewzc/VIP/blob/main/Scripts/sh/1customCDN.sh)"
docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://yanyu.ltd/https://raw.githubusercontent.com/shufflewzc/VIP/main/Scripts/sh/1customCDN.sh)"
else
warn "8.未检测到 token取消内部配置"
fi