Merge pull request #289 from chris5560/master
[project/luci.git] / applications / luci-app-ddns / root / etc / uci-defaults / luci-ddns
1 #!/bin/sh
2
3 # no longer needed for "Save and Apply" to restart ddns
4 uci -q batch <<-EOF >/dev/null
5         delete ucitrack.@ddns[-1]
6         commit ucitrack
7 EOF
8
9 rm -f /tmp/luci-indexcache
10 exit 0