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-udpxy | |
parent | 185b84bc9d924780fd390bb3cfd69066c3044dfc (diff) |
treewide: remove useless ucitrack definitions
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Diffstat (limited to 'applications/luci-app-udpxy')
-rw-r--r-- | applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy index e93c07880..d7bfee271 100644 --- a/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy +++ b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy @@ -1,12 +1,4 @@ #!/bin/sh -# needed for "Save and Apply" to restart udpxy -uci -q batch <<-EOF >/dev/null - delete ucitrack.@udpxy[-1] - add ucitrack udpxy - set ucitrack.@udpxy[-1].init="udpxy" - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 |