diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 19:57:20 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 19:57:20 +0100 |
commit | 76dfdc1b1e7a62b363954f01f71f5a1e77d5249a (patch) | |
tree | 02c3a16f6429967321f5667af557dfed03fd5503 /themes/luci-theme-bootstrap/root/etc | |
parent | 6b1b7336f04dfe894476cd8918586cbdb318431b (diff) | |
parent | 55ab4e4ce221091480f8c693ceefb1d0ac32c18f (diff) |
Merge pull request #302 from chris5560/master
luci-themes: luci.main.mediaurlbase not set correctly
Diffstat (limited to 'themes/luci-theme-bootstrap/root/etc')
-rwxr-xr-x | themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap b/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap index ddefd3b04f..09299e0922 100755 --- a/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap +++ b/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap @@ -1,6 +1,7 @@ #!/bin/sh uci batch <<-EOF set luci.themes.Bootstrap=/luci-static/bootstrap + set luci.main.mediaurlbase=/luci-static/bootstrap commit luci EOF exit 0 |