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