Rework LuCI build system
[project/luci.git] / themes / luci-theme-bootstrap / root / etc / uci-defaults / luci-theme-bootstrap
1 #!/bin/sh
2 uci batch <<-EOF
3         set luci.themes.Bootstrap=/luci-static/bootstrap
4         commit luci
5 EOF
6 exit 0