Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from...
[project/luci.git] / themes / openwrt-light / root / etc / uci-defaults / luci-theme-openwrtlight
1 #!/bin/sh
2 uci batch <<-EOF
3         set luci.themes.OpenWrt_Light=/luci-static/openwrt-light
4         set luci.main.mediaurlbase=/luci-static/openwrt-light
5         commit luci
6 EOF
7