From e92fafb79b737eb3e5d69769e90a273e56c5d3ea Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 25 Jul 2006 14:34:03 +0000 Subject: Fix non-zero status cron exits git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2001 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2.cron.daily | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/bcfg2.cron.daily') diff --git a/debian/bcfg2.cron.daily b/debian/bcfg2.cron.daily index eb0f41e9a..02d0556f3 100644 --- a/debian/bcfg2.cron.daily +++ b/debian/bcfg2.cron.daily @@ -1,2 +1,3 @@ #!/bin/sh -[ -x /usr/lib/bcfg2/bcfg2-cron ] && /usr/lib/bcfg2/bcfg2-cron --daily 2>&1 > /dev/null +[ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0 +/usr/lib/bcfg2/bcfg2-cron --daily 2>&1 > /dev/null || true -- cgit v1.2.3-1-g7c22