summaryrefslogtreecommitdiffstats
path: root/debian/bcfg2.cron.daily
blob: 92e8ff02cccc540b95b3adb0138e8f9807dc423b (plain)
1
2
3
#!/bin/sh
[ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0
/usr/lib/bcfg2/bcfg2-cron --daily > /dev/null 2>&1 || true