#!/bin/sh

if [ -f /etc/burncenter.conf ]; then
	echo "burncenter seems to be already configured"
else
	bcbatch configure
fi
