1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/luci-theme-openmptcprouter/root/etc/uci-defaults/luci-theme-openmptcprouter

11 lines
241 B
Text
Raw Normal View History

#!/bin/sh
2020-09-23 08:13:03 +00:00
if [ "$(uci -q get luci.themes.OpenMPTCProuter)" = "" ]; then
uci batch <<-EOF
set luci.themes.OpenMPTCProuter=/luci-static/openmptcprouter
set luci.main.mediaurlbase=/luci-static/openmptcprouter
commit luci
EOF
fi
exit 0