#!/bin/sh
# shellcheck disable=SC1091
# vim: set noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 :

set -e

. /lib/overthebox

otb_service_post confirm
echo

uci -q batch << EOF
delete overthebox.me.needs_activation
commit overthebox
EOF
