7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.themes.OpenWrt_Light=/luci-static/openwrt-light
|
||
|
commit luci
|
||
|
EOF
|
||
|
|