diff options
author | Richard Yu <yurichard3839@gmail.com> | 2019-12-03 23:09:34 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-12-25 18:02:54 +0100 |
commit | 814ad96df9634f39cb793c31d55b0351f88fadff (patch) | |
tree | a5451413f9db957cc97c38fa92ae54d0ef334d98 /applications/luci-app-unbound/root | |
parent | 185b84bc9d924780fd390bb3cfd69066c3044dfc (diff) |
treewide: remove useless ucitrack definitions
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Diffstat (limited to 'applications/luci-app-unbound/root')
-rw-r--r-- | applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound index c2ac8c93b..d7bfee271 100644 --- a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound +++ b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound @@ -1,12 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@unbound[-1] - add ucitrack unbound - set ucitrack.@unbound[-1].init=unbound - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 - |