#!/bin/sh

if [ "$(id -u)" != "0" ]; then
  echo "Only root can run BSDstats update"
  exit 1
fi

/usr/local/etc/periodic/monthly/300.statistics -nodelay
