~修复部分小米路由自启时出现多个进程的bug

This commit is contained in:
juewuy
2026-01-25 20:06:09 +08:00
parent 9029a2ce82
commit daee138365

View File

@@ -85,7 +85,7 @@ init(){
done
autoSSH #软固化功能
auto_clean #自动清理
[ -s "$CRASHDIR"/start.sh ] && auto_start
[ -s "$CRASHDIR"/start.sh ] && [ ! -x /etc/init.d/shellcrash ] && auto_start
}
case "$1" in