From: Nicolas Boisselier Date: Mon, 17 Nov 2014 10:37:48 +0000 (+0000) Subject: Cron X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=29c6d9d06e68bc07eb152a6fe481652592fddc2d;p=nb.git Cron --- diff --git a/etc/cron/nb b/etc/cron/nb index 7eeea70c..cb98dbec 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -1,7 +1,12 @@ +##################################################################### +# Env +# SHELL=/bin/bash #PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:~izideal/bin #LANG=C - ROOT=/opt/nb + +##################################################################### # m h dom mon dow user command +# */15 * * * * cd $ROOT && git pull &> /dev/null