From cc957467785264062a1d2f73c3b607bd0b936744 Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Thu, 25 Oct 2018 11:29:18 +0800 Subject: theme: add initial commit for rosy theme Signed-off-by: Rosy Song Signed-off-by: Yan Lan Shen --- themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 themes/luci-theme-rosy/root/etc/uci-defaults/30_luci-theme-rosy (limited to 'themes/luci-theme-rosy/root') 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 -- cgit v1.2.3