7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.Freifunk=/luci-static/freifunk
|
||
|
commit luci
|
||
|
EOF
|
||
|
|