mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +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…
Reference in a new issue