diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-10-25 11:29:18 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2018-10-29 20:09:01 +0800 |
commit | cc957467785264062a1d2f73c3b607bd0b936744 (patch) | |
tree | c24ec944b9a74dd24c93dea985899ad3811ce20c /themes/luci-theme-rosy/root | |
parent | 35b543e270428357d22ede5ceff39653b3371a1b (diff) |
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>
Diffstat (limited to 'themes/luci-theme-rosy/root')
-rwxr-xr-x | themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy b/themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy new file mode 100755 index 0000000000..2657a29779 --- /dev/null +++ b/themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy @@ -0,0 +1,7 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.Rosy=/luci-static/rosy + set luci.main.mediaurlbase=/luci-static/rosy + commit luci +EOF +exit 0 |