7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Gluon=/luci-static/gluon
|
||
|
commit luci
|
||
|
EOF
|
||
|
|