From e06175c3da488b6e036084b814b97a8de67e745a Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Thu, 5 Aug 2021 16:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Draw=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index cd08abd1..bcf5862e 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -168,7 +168,7 @@ update_raw() { echo -e "--------------------------------------------------------------\n" local raw_url="${github_proxy_url}${1/https:\/\/ghproxy.com\//}" local suffix="${raw_url##*.}" - local raw_file_name="${uniq_path}${suffix}" + local raw_file_name="${uniq_path}.${suffix}" echo -e "开始下载:${raw_url} \n\n保存路径:$dir_raw/${raw_file_name}\n" wget -q --no-check-certificate -O "$dir_raw/${raw_file_name}.new" ${raw_url} if [[ $? -eq 0 ]]; then