diff options
Diffstat (limited to 'themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight')
-rwxr-xr-x | themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight index b797a0073..c2322a4b4 100755 --- a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight +++ b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.themes.OpenWRT_Light=/luci-static/openwrt-light + set luci.themes.OpenWrt_Light=/luci-static/openwrt-light commit luci EOF |