Hide output of git to prevent spurious cronjob messages
[buildfarm-client.git] / 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 $@