Hide output of git to prevent spurious cronjob messages
authorTodd Lyons <tlyons@exim.org>
Mon, 21 Oct 2013 16:07:35 +0000 (09:07 -0700)
committerTodd Lyons <tlyons@exim.org>
Mon, 21 Oct 2013 16:07:35 +0000 (09:07 -0700)
run_cron.sh

index 8a6f604731b91aec63a477a45375d033a26c8f56..d302665d83246be8a879d475e3352c6b8b909d46 100755 (executable)
@@ -10,7 +10,7 @@ fi
 cd $BFDIR
 # Update the build client if new version available
 if which git >/dev/null; then
-  git pull
+  git pull >/dev/null
 fi
 
 ./run_branches.pl $@