0
0
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:
Florian Eckert
2024-04-11 11:51:52 +02:00
parent 1d70d56ff8
commit 0806da7902

@ -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