summaryrefslogtreecommitdiffstats
path: root/debian/bcfg2.cron.hourly
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bcfg2.cron.hourly')
-rw-r--r--debian/bcfg2.cron.hourly3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/bcfg2.cron.hourly b/debian/bcfg2.cron.hourly
index f04c122c4..7b1ac3ef1 100644
--- a/debian/bcfg2.cron.hourly
+++ b/debian/bcfg2.cron.hourly
@@ -1,2 +1,3 @@
#!/bin/sh
-[ -x /usr/lib/bcfg2/bcfg2-cron ] && /usr/lib/bcfg2/bcfg2-cron --hourly 2>&1 > /dev/null
+[ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0
+/usr/lib/bcfg2/bcfg2-cron --hourly 2>&1 > /dev/null || true