Use numeric prefixes for uci-defaults scripts
[project/luci.git] / applications / luci-app-ddns / root / etc / uci-defaults / luci-ddns
diff --git a/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns
deleted file mode 100755 (executable)
index 9fd875e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# no longer needed for "Save and Apply" to restart ddns
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@ddns[-1]
-       commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0