chore: 优化开机初始化脚本

This commit is contained in:
Del Wang
2026-01-01 17:06:10 +08:00
parent 2027a61877
commit b07e7500c1
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
+[ -f "/data/init.sh" ] && sh /data/init.sh &
+[ -f "/data/init.sh" ] && sh /data/init.sh >/dev/null 2>&1 &
+
exit 0