1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-04-18 13:06:46 +02:00
parent 1f043dcfd0
commit 07b9fa1ac4

View file

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