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