From 97d3497c46190ec17967d40f65b9812833259fe2 Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Wed, 16 Sep 2015 21:30:50 +0800 Subject: [PATCH] fix path error --- .../htdocs/{ => material}/css/style.css | 0 .../luci-theme-material/htdocs/{ => material}/favicon.ico | Bin .../htdocs/{ => material}/fonts/font.eot | Bin .../htdocs/{ => material}/fonts/font.svg | 0 .../htdocs/{ => material}/fonts/font.ttf | Bin .../htdocs/{ => material}/fonts/font.woff | Bin .../htdocs/{ => material}/js/jquery.min.js | 0 .../htdocs/{ => material}/js/script.js | 0 themes/luci-theme-material/htdocs/{ => material}/logo.png | Bin .../root/etc/uci-defaults/luci-theme-material | 14 +++++++------- 10 files changed, 7 insertions(+), 7 deletions(-) rename themes/luci-theme-material/htdocs/{ => material}/css/style.css (100%) rename themes/luci-theme-material/htdocs/{ => material}/favicon.ico (100%) rename themes/luci-theme-material/htdocs/{ => material}/fonts/font.eot (100%) rename themes/luci-theme-material/htdocs/{ => material}/fonts/font.svg (100%) rename themes/luci-theme-material/htdocs/{ => material}/fonts/font.ttf (100%) rename themes/luci-theme-material/htdocs/{ => material}/fonts/font.woff (100%) rename themes/luci-theme-material/htdocs/{ => material}/js/jquery.min.js (100%) rename themes/luci-theme-material/htdocs/{ => material}/js/script.js (100%) rename themes/luci-theme-material/htdocs/{ => material}/logo.png (100%) diff --git a/themes/luci-theme-material/htdocs/css/style.css b/themes/luci-theme-material/htdocs/material/css/style.css similarity index 100% rename from themes/luci-theme-material/htdocs/css/style.css rename to themes/luci-theme-material/htdocs/material/css/style.css diff --git a/themes/luci-theme-material/htdocs/favicon.ico b/themes/luci-theme-material/htdocs/material/favicon.ico similarity index 100% rename from themes/luci-theme-material/htdocs/favicon.ico rename to themes/luci-theme-material/htdocs/material/favicon.ico diff --git a/themes/luci-theme-material/htdocs/fonts/font.eot b/themes/luci-theme-material/htdocs/material/fonts/font.eot similarity index 100% rename from themes/luci-theme-material/htdocs/fonts/font.eot rename to themes/luci-theme-material/htdocs/material/fonts/font.eot diff --git a/themes/luci-theme-material/htdocs/fonts/font.svg b/themes/luci-theme-material/htdocs/material/fonts/font.svg similarity index 100% rename from themes/luci-theme-material/htdocs/fonts/font.svg rename to themes/luci-theme-material/htdocs/material/fonts/font.svg diff --git a/themes/luci-theme-material/htdocs/fonts/font.ttf b/themes/luci-theme-material/htdocs/material/fonts/font.ttf similarity index 100% rename from themes/luci-theme-material/htdocs/fonts/font.ttf rename to themes/luci-theme-material/htdocs/material/fonts/font.ttf diff --git a/themes/luci-theme-material/htdocs/fonts/font.woff b/themes/luci-theme-material/htdocs/material/fonts/font.woff similarity index 100% rename from themes/luci-theme-material/htdocs/fonts/font.woff rename to themes/luci-theme-material/htdocs/material/fonts/font.woff diff --git a/themes/luci-theme-material/htdocs/js/jquery.min.js b/themes/luci-theme-material/htdocs/material/js/jquery.min.js similarity index 100% rename from themes/luci-theme-material/htdocs/js/jquery.min.js rename to themes/luci-theme-material/htdocs/material/js/jquery.min.js diff --git a/themes/luci-theme-material/htdocs/js/script.js b/themes/luci-theme-material/htdocs/material/js/script.js similarity index 100% rename from themes/luci-theme-material/htdocs/js/script.js rename to themes/luci-theme-material/htdocs/material/js/script.js diff --git a/themes/luci-theme-material/htdocs/logo.png b/themes/luci-theme-material/htdocs/material/logo.png similarity index 100% rename from themes/luci-theme-material/htdocs/logo.png rename to themes/luci-theme-material/htdocs/material/logo.png diff --git a/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material index 4731a658f..b01337821 100755 --- a/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material +++ b/themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material @@ -1,7 +1,7 @@ -#!/bin/sh -uci batch <<-EOF - set luci.themes.Material=/luci-static/material - set luci.main.mediaurlbase=/luci-static/material - commit luci -EOF -exit 0 +#!/bin/sh +uci batch <<-EOF + set luci.themes.Material=/luci-static/material + set luci.main.mediaurlbase=/luci-static/material + commit luci +EOF +exit 0 -- 2.11.0