From 8eaac4b637d989680ad86dc3e84b0f3b547c1619 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 27 Jan 2016 16:47:23 +0100 Subject: Use numeric prefixes for uci-defaults scripts Signed-off-by: Jo-Philipp Wich --- .../luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd | 11 +++++++++++ .../luci-app-p910nd/root/etc/uci-defaults/luci-p910nd | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100755 applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd delete mode 100755 applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd (limited to 'applications/luci-app-p910nd/root/etc/uci-defaults') diff --git a/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd b/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd new file mode 100755 index 0000000000..80f6d62fa2 --- /dev/null +++ b/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@p910nd[-1] + add ucitrack p910nd + set ucitrack.@p910nd[-1].init=p910nd + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd b/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd deleted file mode 100755 index 80f6d62fa2..0000000000 --- a/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@p910nd[-1] - add ucitrack p910nd - set ucitrack.@p910nd[-1].init=p910nd - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- cgit v1.2.3