luci-mod-admin-full: only offer VHT rates which are actually supported by the driver
[project/luci.git] / applications / luci-app-radicale / root / etc / uci-defaults / luci-radicale
1 #!/bin/sh
2
3 # no longer needed for "Save and Apply" to restart radicale
4 # luci-app-radicale calls /etc/init.d/radicale reload
5 uci -q batch <<-EOF >/dev/null
6         delete ucitrack.@radicale[-1]
7         commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11
12 exit 0