From c646ccff3d252e90887f2d48bd8aea277a26deb2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 16 Jul 2025 10:29:36 +0200 Subject: [PATCH] etc/cron/nb --- etc/cron/nb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cron/nb b/etc/cron/nb index 161f5474..a69904cd 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -9,7 +9,7 @@ NB_NOCRON=/run/nb-update.no ##################################################################### # m h dom mon dow user command # -@reboot root . /etc/profile && sleep 30 && nb-update > /var/log/nb-update.log 2>&1 | true +@reboot root sleep 30 && . /etc/profile && nb-update > /var/log/nb-update.log 2>&1 | true */30 09-23 * * * root [ ! -e "$NB_NOCRON" ] && . /etc/profile && nb-update > /var/log/nb-update.log 2>&1 | true 13 00 * * * root [ ! -e "$NB_NOCRON" ] && . /etc/profile && nb-update -cleanup > /var/log/nb-update.log 2>&1 | true -- 2.47.3