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