From fca7d61302b7e4272f7b85220384b091c5a080f6 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 21 Oct 2013 09:07:35 -0700 Subject: [PATCH] Hide output of git to prevent spurious cronjob messages --- run_cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.30.2