luci/themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy
Rosy Song cc95746778 theme: add initial commit for rosy theme
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
2018-10-29 20:09:01 +08:00

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