333ca65f45abe0a6e7e755cc14f1bfc9ef4e5a62
[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