luci/applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale

11 lines
216 B
Text
Raw Normal View History

#!/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