Use numeric prefixes for uci-defaults scripts
[project/luci.git] / applications / luci-app-hd-idle / root / etc / uci-defaults / luci-hd_idle
diff --git a/applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle b/applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle
deleted file mode 100755 (executable)
index 92f4356..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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