#!/bin/sh

set -e

if [ ! -d /etc/cfgtool.d ]
then
	/sbin/cfgtool --init-repository /etc/cfgtool.d
fi
