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-udpxy/root/etc/uci-defaults/40_luci-udpxy | 12 ++++++++++++ applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy delete mode 100644 applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy (limited to 'applications/luci-app-udpxy/root/etc') diff --git a/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy new file mode 100644 index 0000000000..e93c078807 --- /dev/null +++ b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy @@ -0,0 +1,12 @@ +#!/bin/sh + +# needed for "Save and Apply" to restart udpxy +uci -q batch <<-EOF >/dev/null + delete ucitrack.@udpxy[-1] + add ucitrack udpxy + set ucitrack.@udpxy[-1].init="udpxy" + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy b/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy deleted file mode 100644 index e93c078807..0000000000 --- a/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# needed for "Save and Apply" to restart udpxy -uci -q batch <<-EOF >/dev/null - delete ucitrack.@udpxy[-1] - add ucitrack udpxy - set ucitrack.@udpxy[-1].init="udpxy" - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- cgit v1.2.3