~移除了小米增强启动安装或更新时强制90s启动延迟覆写
This commit is contained in:
juewuy
2023-04-29 13:11:18 +08:00
parent 8155d31808
commit 393f65d975
4 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.7.5b
version=1.7.6c
setdir(){
dir_avail(){
@@ -215,7 +215,6 @@ if [ "$systype" = "mi_snapshot" ];then
uci set firewall.ShellClash.enabled='1'
uci commit firewall
setconfig systype $systype
setconfig start_delay 90
else
rm -rf $clashdir/misnap_init.sh
fi