~修复脚本更新失败的bug
This commit is contained in:
juewuy
2023-06-04 20:21:14 +08:00
parent 63f3a8c590
commit 3f154466ea
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -3,4 +3,4 @@ clashpre_v=2022.11.25
clash_v=v1.7.1
meta_v=v1.14.4
GeoIP_v=20230603
versionsh=1.7.9c
versionsh=1.7.9d

View File

@@ -721,7 +721,7 @@ gettar(){
echo -----------------------------------------------
echo 开始解压文件!
mkdir -p $clashdir > /dev/null
tar -zxvf '$tmpdir/clashfm.tar.gz' -C $clashdir/
tar -zxvf "$tmpdir/clashfm.tar.gz" -C $clashdir/
if [ $? -ne 0 ];then
rm -rf $tmpdir/clashfm.tar.gz
echo -e "\033[33m文件解压失败\033[0m"

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.7.9c
version=1.7.9d
setdir(){
dir_avail(){