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-argon/root/etc/uci-defaults/30_luci-theme-argon

8 lines
140 B
Text
Raw Normal View History

2020-04-15 14:07:13 +00:00
#!/bin/sh
uci batch <<-EOF
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
commit luci
EOF
exit 0