X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=themes%2Fluci-theme-bootstrap%2Froot%2Fetc%2Fuci-defaults%2Fluci-theme-bootstrap;fp=themes%2Fluci-theme-bootstrap%2Froot%2Fetc%2Fuci-defaults%2Fluci-theme-bootstrap;h=ddefd3b04fd42c80dac2e7831a20c65d041b54b0;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hp=0000000000000000000000000000000000000000;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4;p=project%2Fluci.git 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 index 000000000..ddefd3b04 --- /dev/null +++ b/themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.Bootstrap=/luci-static/bootstrap + commit luci +EOF +exit 0