mirror of
https://github.com/openwrt/luci.git
synced 2025-04-04 03:25:26 +00:00
luci-app-radicale: remove uci-defaults for ucitrack handling
The 'ucitrack' file is not available anymore this changes are not needed. Therefore, this 'uci-defaults' script is deleted. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
#!/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
|
Reference in New Issue
Block a user