7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Fledermaus=/luci-static/fledermaus
|
||
|
commit luci
|
||
|
EOF
|
||
|
|