Merge pull request #4380 from Ansuel/ddns-fix-pt2
[project/luci.git] / applications / luci-app-watchcat / root / etc / uci-defaults / 40_luci-watchcat
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4 delete ucitrack.@watchcat[-1]
5 add ucitrack watchcat
6 set ucitrack.@watchcat[-1].init=watchcat
7 commit ucitrack
8 EOF
9
10 exit 0