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