mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v0.9.2
~添加局域网设备过滤功能 ~修复本地版本号不正常的bug
This commit is contained in:
parent
d2d19e01ae
commit
85de9d0bbd
Binary file not shown.
|
@ -250,9 +250,10 @@ if [ "$res" = '1' ]; then
|
||||||
[ $? -ne 0 ] && echo "文件解压失败!" && exit 1
|
[ $? -ne 0 ] && echo "文件解压失败!" && exit 1
|
||||||
#初始化文件目录
|
#初始化文件目录
|
||||||
mv $clashdir/clashservice /etc/init.d/clash #将clash服务文件移动到系统目录
|
mv $clashdir/clashservice /etc/init.d/clash #将clash服务文件移动到系统目录
|
||||||
chmod 777 $clashdir/clash #授予权限
|
|
||||||
chmod 777 /etc/init.d/clash #授予权限
|
chmod 777 /etc/init.d/clash #授予权限
|
||||||
|
#写入版本号
|
||||||
|
sed -i '/versionsh_l=*/'d $ccfg
|
||||||
|
sed -i "1i\versionsh_l=$versionsh" $ccfg
|
||||||
#删除临时文件
|
#删除临时文件
|
||||||
rm -rf /tmp/clashfm.tar.gz
|
rm -rf /tmp/clashfm.tar.gz
|
||||||
rm -rf /tmp/clashversion
|
rm -rf /tmp/clashversion
|
||||||
|
|
Loading…
Reference in New Issue
Block a user