From 0d023775f6107b13e727f02dee739764302fee18 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 28 Aug 2006 15:39:11 +0000 Subject: Fix output redirection in cron jobs git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2125 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2.cron.daily | 2 +- debian/bcfg2.cron.hourly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/bcfg2.cron.daily b/debian/bcfg2.cron.daily index 02d0556f3..92e8ff02c 100644 --- a/debian/bcfg2.cron.daily +++ b/debian/bcfg2.cron.daily @@ -1,3 +1,3 @@ #!/bin/sh [ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0 -/usr/lib/bcfg2/bcfg2-cron --daily 2>&1 > /dev/null || true +/usr/lib/bcfg2/bcfg2-cron --daily > /dev/null 2>&1 || true diff --git a/debian/bcfg2.cron.hourly b/debian/bcfg2.cron.hourly index 7b1ac3ef1..1fdb9c30e 100644 --- a/debian/bcfg2.cron.hourly +++ b/debian/bcfg2.cron.hourly @@ -1,3 +1,3 @@ #!/bin/sh [ -x /usr/lib/bcfg2/bcfg2-cron ] || exit 0 -/usr/lib/bcfg2/bcfg2-cron --hourly 2>&1 > /dev/null || true +/usr/lib/bcfg2/bcfg2-cron --hourly > /dev/null 2>&1 || true -- cgit v1.2.3-1-g7c22