Merge pull request #2939 from TDT-AG/pr/20190731-luci-app-watchat
luci-app-watchat: fix ucitrack file
This commit is contained in:
commit
b20f000c85
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