luci-app-dockerman: upgrade uci-defaults for ucitrack handling to use json

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2026-01-31 22:34:28 +08:00
parent c135b39f9d
commit 77e198a8c9
2 changed files with 4 additions and 10 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/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
@@ -0,0 +1,4 @@
{
"config": "dockerd",
"init": "dockerd"
}