luci/themes/luci-theme-freifunk-generic/root/etc/uci-defaults/luci-theme-freifunk-generic
Christian Schoenebeck 55ab4e4ce2 luci-themes: luci.main.mediaurlbase not set correctly
Currently by default theme Bootstrap is installed but
luci.main.mediaurlbase (it holds the current active theme) still has
openwrt.org set.
I did not find the mechanism how LuCI starts Bootstrap theme but the
installation should set luci.main.mediaurlbase correctly.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-19 21:08:03 +01:00

5 lines
163 B
Text

uci batch <<-EOF
set luci.themes.Freifunk_Generic=/luci-static/freifunk-generic
set luci.main.mediaurlbase=/luci-static/freifunk-generic
commit luci
EOF