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-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt | 6 ++++++ themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt delete mode 100755 themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt (limited to 'themes/luci-theme-openwrt/root/etc/uci-defaults') diff --git a/themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt b/themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt new file mode 100755 index 0000000000..aa0ba0c231 --- /dev/null +++ b/themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.OpenWrt=/luci-static/openwrt.org + set luci.main.mediaurlbase=/luci-static/openwrt.org + commit luci +EOF diff --git a/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt b/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt deleted file mode 100755 index aa0ba0c231..0000000000 --- a/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -uci batch <<-EOF - set luci.themes.OpenWrt=/luci-static/openwrt.org - set luci.main.mediaurlbase=/luci-static/openwrt.org - commit luci -EOF -- cgit v1.2.3