From: root at devnico01b Date: Wed, 19 Nov 2014 10:19:39 +0000 (+0000) Subject: Cron X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=b0e26348e0076a9439fa959ed7cc236cf369ae4f;p=nb.git Cron --- 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