同步更新

This commit is contained in:
actions-user
2025-11-02 20:36:13 +08:00
commit aaa6bf7f87
69 changed files with 40278 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@dockerd[-1]
add ucitrack dockerd
set ucitrack.@dockerd[-1].init=dockerd
commit ucitrack
EOF
exit 0