8 lines
175 B
Bash
Executable File
8 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Bootstrap_Blue=/luci-static/bootstrap_blue
|
|
set luci.themes.Bootstrap_Purple=/luci-static/bootstrap_purple
|
|
commit luci
|
|
EOF
|
|
exit 0
|