From: Florian Eckert Date: Thu, 11 Apr 2024 09:51:52 +0000 (+0200) Subject: luci-app-radicale: remove uci-defaults for ucitrack handling X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=0806da7902d6442e1886dc802c0174ddd376b8b0;p=project%2Fluci.git 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 --- 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