From f7fca3abda991db34ddff3ccb4ff0eef71b7e9bf Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 17 Nov 2014 11:10:25 +0000 Subject: [PATCH] Cron --- etc/cron/nb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/cron/nb b/etc/cron/nb index cb98dbec..cf9cfb47 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -9,4 +9,5 @@ ROOT=/opt/nb ##################################################################### # m h dom mon dow user command # -*/15 * * * * cd $ROOT && git pull &> /dev/null +*/15 * * * * root cd $ROOT && git pull &> /dev/null + -- 2.47.3