summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/root/etc/uci-defaults/30_luci-theme-bootstrap
blob: 09299e09221c8d9cdd753f08c435afdbe341718a (plain)
1
2
3
4
5
6
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