From 89e6fe7faa1159c54d46fc517f99bbfbc1a9a3c0 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 25 Jan 2026 20:06:09 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=B0=8F?= =?UTF-8?q?=E7=B1=B3=E8=B7=AF=E7=94=B1=E8=87=AA=E5=90=AF=E6=97=B6=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E5=A4=9A=E4=B8=AA=E8=BF=9B=E7=A8=8B=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/starts/snapshot_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/starts/snapshot_init.sh b/scripts/starts/snapshot_init.sh index f578cfd3..3001edfd 100644 --- a/scripts/starts/snapshot_init.sh +++ b/scripts/starts/snapshot_init.sh @@ -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