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