#!/bin/sh

if [ -f /etc/ddtcd.conf -a -e /usr/sbin/ddtc ]; then
    ddtc --online --batchmode
fi
