From: Todd Lyons Date: Mon, 21 Oct 2013 16:07:35 +0000 (-0700) Subject: Hide output of git to prevent spurious cronjob messages X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/fca7d61302b7e4272f7b85220384b091c5a080f6 Hide output of git to prevent spurious cronjob messages --- diff --git a/run_cron.sh b/run_cron.sh index 8a6f604..d302665 100755 --- a/run_cron.sh +++ b/run_cron.sh @@ -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 $@