#!/bin/sh
uci batch <<-EOF
set luci.themes.opentopd=/luci-static/opentopd
set luci.main.mediaurlbase=/luci-static/opentopd
commit luci
EOF
exit 0