#!/bin/sh
cd /etc/bareos/autogenerated
test clients.include -nt .timestamp -o ! -f .timestamp && service bareos-dir restart >/dev/null && touch .timestamp
