From 0ef9e1ebb65910a4c0a380e36c1dc87dd0012bd6 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 14 Jul 2021 20:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Allinone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/Allinone.sh b/Scripts/sh/Allinone.sh index 9e68b4b..c6038f5 100644 --- a/Scripts/sh/Allinone.sh +++ b/Scripts/sh/Allinone.sh @@ -49,7 +49,7 @@ defualtNum=${defaultNum:-'4'} sed -i "s/\$default4/\$default$defaultNum/g" $extra_shell_path # 将 extra.sh 添加到定时任务 -if [ "$(grep -c ql extra /ql/config/crontab.list)" = 0 ]; then +if [ "$(grep -c extra /ql/config/crontab.list)" = 0 ]; then echo "开始添加 task ql extra" # 获取token token=$(cat /ql/config/auth.json | jq --raw-output .token)