#!/bin/sh

test -r /etc/slbackup/slbackup.conf || exit 0
test -x /usr/share/slbackup/slbackup-cron || exit 0
/usr/share/slbackup/slbackup-cron
