From abb90eb6f0cdae7dce502f88bff47b8e56828419 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dauto=5Fstart.sh=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=B0=83=E7=94=A8=E5=A4=B1=E8=B4=A5?= 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 ab80538f..6931b958 100644 --- a/scripts/starts/snapshot_init.sh +++ b/scripts/starts/snapshot_init.sh @@ -69,7 +69,7 @@ auto_start(){ /etc/init.d/shellcrash enable fi #启动自定义服务 - [ -s /data/auto_start.sh ] && /data/auto_start.sh & + [ -s /data/auto_start.sh ] && /bin/sh /data/auto_start.sh & #兼容auto_ssh脚本 [ -s /data/auto_ssh/auto_ssh.sh ] && /bin/sh /data/auto_ssh/auto_ssh.sh & }