#!/bin/sh

if [ "${MDS_DB_RECREATED}" = "1" ]; then
    echo "Database was just recreated: skipping the database check."
    exit 0
fi

xivo-check-db
