summaryrefslogtreecommitdiffhomepage
path: root/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap
blob: ddefd3b04fd42c80dac2e7831a20c65d041b54b0 (plain)
1
2
3
4
5
6
#!/bin/sh
uci batch <<-EOF
	set luci.themes.Bootstrap=/luci-static/bootstrap
	commit luci
EOF
exit 0