diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 11:51:52 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | 0806da7902d6442e1886dc802c0174ddd376b8b0 (patch) | |
tree | 7f24e8d5f245fc2ddcc6cb0e03af4f6c6a00cb04 /applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale | |
parent | 1d70d56ff84eebad4010ffc9ccaae1d1bc6143ba (diff) |
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>
Diffstat (limited to 'applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale')
-rwxr-xr-x | applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale b/applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale deleted file mode 100755 index a5064b520f..0000000000 --- a/applications/luci-app-radicale/root/etc/uci-defaults/40_luci-radicale +++ /dev/null @@ -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 |