From: Nicolas Boisselier Date: Mon, 17 Nov 2014 10:36:46 +0000 (+0000) Subject: Cron X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=6e247f9d9203b5b8d47302139c1a42e611a64bd3;p=nb.git Cron --- 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