fix path error

This commit is contained in:
Lutty Yang 2015-09-16 21:30:50 +08:00
parent b825a140fd
commit 97d3497c46
10 changed files with 7 additions and 7 deletions

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -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