diff options
Diffstat (limited to 'applications/luci-app-hd-idle/root')
-rwxr-xr-x | applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle b/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle index 92f4356367..d7bfee271d 100755 --- a/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle +++ b/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@hd-idle[-1] - add ucitrack hd-idle - set ucitrack.@hd-idle[-1].init=hd-idle - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 |