summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020
blob: 45e742ad73f9cf6f8e90403549f61cf3fff8909a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ "$PKG_UPGRADE" != 1 ]; then
	uci batch <<-EOF
		set luci.themes.OpenWrt2020=/luci-static/openwrt2020
		set luci.main.mediaurlbase=/luci-static/openwrt2020
		commit luci
	EOF
fi

exit 0