summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/root/etc/uci-defaults/30_luci-theme-material
blob: b01337821c2eed38ffef8d5fc10e336d9bbd9083 (plain)
1
2
3
4
5
6
7
#!/bin/sh
uci batch <<-EOF
	set luci.themes.Material=/luci-static/material
	set luci.main.mediaurlbase=/luci-static/material
	commit luci
EOF
exit 0