From bf5bb983c11870eeda83bc49aee917a1aa2cff78 Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 19 Jan 2023 22:33:38 +0800 Subject: [PATCH] =?UTF-8?q?v1.6.16c=20~=E6=A0=B8=E5=BF=83=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=8F=90=E7=A4=BA=E5=8F=8A=E6=B5=81=E7=A8=8B=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20~=E6=9C=AC=E6=9C=BA=E4=BB=A3=E7=90=86=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E4=BC=98=E5=8C=96=20~=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=83=85=E5=86=B5=E4=B8=8B=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/getdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getdate.sh b/scripts/getdate.sh index a2f2a03..787583f 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -417,7 +417,7 @@ getcore(){ error_down else chmod +x /tmp/clash.new - clashv=$($bindir/clash -v 2>/dev/null | sed 's/ linux.*//;s/.* //') + clashv=$(/tmp/clash.new -v 2>/dev/null | sed 's/ linux.*//;s/.* //') if [ -z "$clashv" ];then echo -e "\033[31m核心文件下载成功但校验失败!请尝试手动指定CPU版本\033[0m" rm -rf /tmp/clash.new