1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00
openmptcprouter-feeds/luci-theme-design/root/etc/uci-defaults/30_luci-theme-design

10 lines
145 B
Text
Raw Normal View History

2024-04-18 11:06:46 +00:00
#!/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