diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-16 08:44:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 08:44:31 +0200 |
commit | d5c413d2853fde0d5cec98641606a0a30f93281c (patch) | |
tree | dfc648c2c1881e7510c3b1857f3e2c7e11912c34 /applications/luci-app-radicale/root | |
parent | b5b14a48c7d8c81cc765ada82df524caa5fe38cd (diff) | |
parent | 4cffc9fd63d43f13942e28aa972d128a3cd35f77 (diff) |
Merge pull request #7056 from TDT-AG/pr/20240411-ucitrack
luci-base: conversion of ucitrack handling from uci to json
Diffstat (limited to 'applications/luci-app-radicale/root')
-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 |