~回退启动后自动清理内核缓存文件的改动
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,4 +5,4 @@ meta_v=v1.18.0
|
|||||||
singboxp_v=1.8.5-73d97226
|
singboxp_v=1.8.5-73d97226
|
||||||
singbox_v=1.8.5
|
singbox_v=1.8.5
|
||||||
GeoIP_v=20240203
|
GeoIP_v=20240203
|
||||||
versionsh=1.9.0pre6
|
versionsh=1.9.0pre7
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) Juewuy
|
# Copyright (C) Juewuy
|
||||||
|
|
||||||
version=1.9.0pre6
|
version=1.9.0pre7
|
||||||
|
|
||||||
setdir(){
|
setdir(){
|
||||||
dir_avail(){
|
dir_avail(){
|
||||||
|
|||||||
@@ -1672,7 +1672,7 @@ afstart(){ #启动后
|
|||||||
i=$((i+1))
|
i=$((i+1))
|
||||||
done
|
done
|
||||||
if [ -n "$test" -o -n "$(pidof CrashCore)" ];then
|
if [ -n "$test" -o -n "$(pidof CrashCore)" ];then
|
||||||
rm -rf ${TMPDIR}/CrashCore #删除缓存目录内核文件
|
#rm -rf ${TMPDIR}/CrashCore #删除缓存目录内核文件
|
||||||
#设置DNS转发
|
#设置DNS转发
|
||||||
start_dns(){
|
start_dns(){
|
||||||
[ "$dns_mod" != "fake-ip" ] && [ "$cn_ip_route" = "已开启" ] && cn_ip_route
|
[ "$dns_mod" != "fake-ip" ] && [ "$cn_ip_route" = "已开启" ] && cn_ip_route
|
||||||
|
|||||||
Reference in New Issue
Block a user