diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index c6c16e7..9b415b9 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/scripts/clash.sh b/scripts/clash.sh index e5732d3..6ccee16 100644 --- a/scripts/clash.sh +++ b/scripts/clash.sh @@ -8,6 +8,7 @@ echo "** by Juewuy **" echo "***********************************************" getconfig(){ +clashdir=/etc/clash #版本号 clashfm=0.8.0 #更新服务器地址 diff --git a/scripts/clashservice b/scripts/clashservice index dd735de..04954a7 100644 --- a/scripts/clashservice +++ b/scripts/clashservice @@ -6,6 +6,7 @@ USE_PROCD=1 START=99 getconfig(){ +clashdir=/etc/clash ccfg=$clashdir/mark if [ ! -f "$ccfg" ]; then echo mark文件不存在,默认以Redir模式运行!