diff options
Diffstat (limited to 'themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt')
-rwxr-xr-x | themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt b/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt index a8bef6c92..d8dea0467 100755 --- a/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt +++ b/themes/openwrt.org/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.themes.OpenWrt=/luci-static/openwrt.org commit luci EOF |