From b0e26348e0076a9439fa959ed7cc236cf369ae4f Mon Sep 17 00:00:00 2001 From: root at devnico01b Date: Wed, 19 Nov 2014 10:19:39 +0000 Subject: [PATCH] Cron --- etc/cron/nb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cron/nb b/etc/cron/nb index 67d613e3..57bee986 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -8,5 +8,5 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/nb/bin ##################################################################### # m h dom mon dow user command # -*/15 9-00 * * * root nb-update 1>/dev/null -*/60 00-08 * * * root nb-update 1>/dev/null +*/15 9-00 * * * root nb-update &>/dev/null +*/60 00-08 * * * root nb-update &>/dev/null -- 2.47.3