summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt/root/etc/uci-defaults/30_luci-theme-openwrt
blob: 77e2f6064bf77cf1b5809e5a3c1c88ca1557b2c2 (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.OpenWrt=/luci-static/openwrt.org
		set luci.main.mediaurlbase=/luci-static/openwrt.org
		commit luci
	EOF
fi

exit 0