7 lines
109 B
Bash
7 lines
109 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Bootstrap_Mod=/luci-static/bootstrap_mod
|
|
commit luci
|
|
EOF
|
|
exit 0
|