mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add missing config for Design theme
This commit is contained in:
parent
1f043dcfd0
commit
07b9fa1ac4
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
uci get luci.themes.Design >/dev/null 2>&1 || \
|
||||||
|
uci batch <<-EOF
|
||||||
|
set luci.themes.Design=/luci-static/design
|
||||||
|
commit luci
|
||||||
|
EOF
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue