Rework LuCI build system
[project/luci.git] / themes / luci-theme-bootstrap / root / etc / uci-defaults / luci-theme-bootstrap
diff --git a/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap b/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap
new file mode 100755 (executable)
index 0000000..ddefd3b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+uci batch <<-EOF
+       set luci.themes.Bootstrap=/luci-static/bootstrap
+       commit luci
+EOF
+exit 0