luci-app-dockerman: register ucitrack
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
88182aee81
commit
1f3d5cd135
10
root/etc/uci-defaults/90-luci-dockerman
Executable file
10
root/etc/uci-defaults/90-luci-dockerman
Executable 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
|
Loading…
x
Reference in New Issue
Block a user