#!/bin/bash

# Ensure our DMI & SDR caches etc exist at startup
for i in /etc/cron.hourly/update-zabbix-*; do
    [ -x "$i" ] && "$i"
done