#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	uci set luci.main.mediaurlbase='/luci-static/secubox'
	uci commit luci
}
