summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd-idle/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-14 17:48:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-14 17:48:44 +0000
commit6811edb3d9fe289190fbc7337d372027a655daf8 (patch)
treee9019876b2aff8b48a853ded274ece488247a6d5 /applications/luci-hd-idle/root
parentba949a84f61729b1cbfecd2780b9c4d5095c2d51 (diff)
applications: revise uci-defaults scripts
Diffstat (limited to 'applications/luci-hd-idle/root')
-rwxr-xr-x[-rw-r--r--]applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle12
1 files changed, 8 insertions, 4 deletions
diff --git a/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle b/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle
index 6a37176a3..92f435636 100644..100755
--- a/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle
+++ b/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle
@@ -1,7 +1,11 @@
#!/bin/sh
-uci batch <<-EOF
- add ucitrack hd-idle
- set ucitrack.@hd-idle[-1].init=hd-idle
- commit ucitrack
+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