diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-19 21:08:03 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-19 21:08:03 +0100 |
commit | 55ab4e4ce221091480f8c693ceefb1d0ac32c18f (patch) | |
tree | 4a4b0825b4bf20929f41d1f9a72c64dad27fb2ec /themes/luci-theme-openwrt | |
parent | 0d541a4cbdeb51ac23d4a1ce7bc561e1c0790c77 (diff) |
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>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rwxr-xr-x | themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt | 2 |
1 files changed, 1 insertions, 1 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 index d8dea0467..aa0ba0c23 100755 --- a/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt +++ b/themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF set luci.themes.OpenWrt=/luci-static/openwrt.org + set luci.main.mediaurlbase=/luci-static/openwrt.org commit luci EOF - |