luci-app-watchat: fix ucitrack file
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
e6f30bb7f3
commit
cc4fa13fb5
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
add ucitrack system
|
||||
set ucitrack.@system[-1].init=watchcat
|
||||
commit ucitrack
|
||||
delete ucitrack.@watchcat[-1]
|
||||
add ucitrack watchcat
|
||||
set ucitrack.@watchcat[-1].init=watchcat
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
|
Loading…
Reference in a new issue