7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.main.mediaurlbase=/luci-static/fledermaus
|
|
set luci.main.lang=de
|
|
commit luci
|
|
EOF
|
|
|