From 0e8000489b0ebf113e2a82ae612b5f56af3aa1fd Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:26:55 +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/1customCDN.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/1customCDN.sh b/Scripts/sh/1customCDN.sh index e422add..77ae796 100644 --- a/Scripts/sh/1customCDN.sh +++ b/Scripts/sh/1customCDN.sh @@ -209,7 +209,7 @@ elif [ "${code}" = 'n' ]; then echo "已为您跳过操作 code.sh" else if [[ ${code} =~ 'a' ]]; then - dl_code_shell + get_valid_code && dl_code_shell fi if [[ ${code} =~ 'b' ]]; then set_default_code @@ -327,4 +327,4 @@ fi # 提示配置结束 -echo -e "\n配置到此结束,您是否成功了呢?" \ No newline at end of file +echo -e "\n配置到此结束,您是否成功了呢?"