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