blob: a5064b520fa9399b16021c3da9eeecff15f202e9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# no longer needed for "Save and Apply" to restart radicale
# luci-app-radicale calls /etc/init.d/radicale reload
uci -q batch <<-EOF >/dev/null
delete ucitrack.@radicale[-1]
commit ucitrack
EOF
exit 0
|