From 7e652fc3f151f89ad48491978bc30b87dc8e3837 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 3 Aug 2021 01:58:54 +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/1custom.sh | 2 +- Scripts/sh/1customCDN.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index bdcb2b2..8bd7b02 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -252,7 +252,7 @@ run_curl_sample(){ if [ "${all}" = 1 ]; then add_curl_sample && run_curl_sample else - case ${bot} in + case ${sample} in 0) echo "已为您跳过自动更新模板" ;; 1) add_curl_sample diff --git a/Scripts/sh/1customCDN.sh b/Scripts/sh/1customCDN.sh index a702f45..4a27b8a 100644 --- a/Scripts/sh/1customCDN.sh +++ b/Scripts/sh/1customCDN.sh @@ -252,7 +252,7 @@ run_curl_sample(){ if [ "${all}" = 1 ]; then add_curl_sample && run_curl_sample else - case ${bot} in + case ${sample} in 0) echo "已为您跳过自动更新模板" ;; 1) add_curl_sample