diff options
Diffstat (limited to 'themes/luci-theme-openwrt/root/etc/uci-defaults')
-rwxr-xr-x | themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt | 6 |
1 files changed, 6 insertions, 0 deletions
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 new file mode 100755 index 0000000000..d8dea0467e --- /dev/null +++ b/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.OpenWrt=/luci-static/openwrt.org + commit luci +EOF + |