Files
open-xiaoai/packages/client-patch/patches/04-start.patch
T

10 lines
310 B
Diff
Raw Normal View History

--- squashfs-root/etc/rc.local 2024-12-06 15:11:58
+++ squashfs-root-patched/etc/rc.local 2025-02-13 22:06:13
@@ -1,4 +1,6 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
2025-05-06 08:27:18 +08:00
+[ -f "/data/init.sh" ] && sh /data/init.sh &
+
exit 0