Update 1customCDN.sh

删除BOT设置
This commit is contained in:
yanyuwangluo 2023-11-07 00:05:00 +08:00 committed by GitHub
parent 91d6746536
commit 87737a0801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,9 @@ else
code=${code:-'abcd'}
read -p "task_before.sh 操作(替换或下载选项为 y不替换为 n回车为替换请输入" Rbefore
Rbefore=${Rbefore:-'y'}
read -p "bot 操作(跳过为 0添加 task:ql bot 选项为 1添加后设置并运行为 2回车等同 1请输入:" bot
bot=${bot:-'1'}
read -p "已删除BOT设置"
#read -p "bot 操作(跳过为 0添加 task:ql bot 选项为 1添加后设置并运行为 2回车等同 1请输入:" bot
#bot=${bot:-'1'}
read -p "config.sample.sh 操作(跳过为 0添加 task:自动更新模板 选项为 1添加后运行一次为 2回车等同 2请输入" sample
sample=${sample:-'2'}
fi