1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Doesn't set openwrt 2020 theme by default after update

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-04-27 19:57:27 +02:00
parent 6e61c685ad
commit bc65dccedb

View file

@ -4,7 +4,6 @@ if [ "$PKG_UPGRADE" != 1 ]; then
uci get luci.themes.OpenWrt2020 >/dev/null 2>&1 || \
uci batch <<-EOF
set luci.themes.OpenWrt2020=/luci-static/openwrt2020
set luci.main.mediaurlbase=/luci-static/openwrt2020
commit luci
EOF
fi