fix: 修复启动脚本未生效的问题

This commit is contained in:
Del Wang
2025-05-06 08:27:18 +08:00
parent c3cac9b2b4
commit 2ebfb2241a
+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" ] && /data/init.sh &
+[ -f "/data/init.sh" ] && sh /data/init.sh &
+
exit 0