projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #278 from nmav/ocserv
[project/luci.git]
/
themes
/
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