From 6e247f9d9203b5b8d47302139c1a42e611a64bd3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 17 Nov 2014 10:36:46 +0000 Subject: [PATCH] Cron --- etc/cron/nb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cron/nb b/etc/cron/nb index b8f0c3bf..7eeea70c 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -4,4 +4,4 @@ SHELL=/bin/bash ROOT=/opt/nb # m h dom mon dow user command -55 09 * * * cd $ROOT && git pull &> /dev/null +*/15 * * * * cd $ROOT && git pull &> /dev/null -- 2.47.3