#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@homebox[-1]
	add ucitrack homebox
	set ucitrack.@homebox[-1].init=homebox
	commit ucitrack
EOF

exit 0