2019-12-21 19:32:02 +08:00
|
|
|
#!/bin/sh
|
|
|
|
|
uci batch <<-EOF
|
2020-03-03 11:46:46 +08:00
|
|
|
set luci.themes.Bootstrap_Mod=/luci-static/bootstrap_mod
|
2019-12-21 19:32:02 +08:00
|
|
|
set luci.themes.Bootstrap_Blue=/luci-static/bootstrap_blue
|
2020-03-03 11:46:46 +08:00
|
|
|
set luci.main.mediaurlbase=/luci-static/bootstrap_mod
|
2019-12-21 19:32:02 +08:00
|
|
|
commit luci
|
|
|
|
|
EOF
|
|
|
|
|
exit 0
|