ddefd3b04fd42c80dac2e7831a20c65d041b54b0
[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