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>
5 lines
163 B
Text
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
|