Signed-off-by: Rosy Song <rosysong@rosinson.com> Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
7 lines
137 B
Bash
Executable file
7 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.themes.Rosy=/luci-static/rosy
|
|
set luci.main.mediaurlbase=/luci-static/rosy
|
|
commit luci
|
|
EOF
|
|
exit 0
|