8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Bootstrap=/luci-static/bootstrap
|
||
|
set luci.main.mediaurlbase=/luci-static/bootstrap
|
||
|
commit luci
|
||
|
EOF
|
||
|
exit 0
|