#!/bin/sh

# Create report database
[ -x /usr/sbin/initialize-report-tables ] && /usr/sbin/initialize-report-tables resource_report >/dev/null 2>&1
