luci/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle
2011-01-14 17:48:44 +00:00

11 lines
190 B
Bash
Executable file

#!/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