6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Freifunk_BNO=/luci-static/freifunk-bno
|
|
commit luci
|
|
EOF
|
|
|