summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-rosy/root
diff options
context:
space:
mode:
authorRosy Song <rosysong@rosinson.com>2018-10-25 11:29:18 +0800
committerRosy Song <rosysong@rosinson.com>2018-10-29 20:09:01 +0800
commitcc957467785264062a1d2f73c3b607bd0b936744 (patch)
treec24ec944b9a74dd24c93dea985899ad3811ce20c /themes/luci-theme-rosy/root
parent35b543e270428357d22ede5ceff39653b3371a1b (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-xthemes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy7
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