From 13301aa5417b5ab8fd520a923749c3e2af6795a2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 1 May 2023 21:13:59 +0200 Subject: [PATCH] use /var/log/nb-update.log instead of /var/log/nb.log --- etc/cron/nb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/cron/nb b/etc/cron/nb index 293ac2d3..4308f45d 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -8,10 +8,10 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ##################################################################### # m h dom mon dow user command # -@reboot root . /etc/profile && sleep 30 && nb-update >/var/log/nb.log 2>&1 | true -*/15 09-23 * * * root . /etc/profile && nb-update >/var/log/nb.log 2>&1 | true -0 00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb.log 2>&1 | true -0 01-08 * * * root . /etc/profile && nb-update >/var/log/nb.log 2>&1 | true +@reboot root . /etc/profile && sleep 30 && nb-update >/var/log/nb-update.log 2>&1 | true +*/15 09-23 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true +0 00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb-update.log 2>&1 | true +0 01-08 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true # NB 08.03.19 25 5 * * * root which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.daily # NB 08.03.19 47 4 * * 7 root which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.weekly -- 2.47.3