gitwebcache.sh/updateweb.sh: do not spew superfluous errors
commitc075a8cd0d6991593b5e1183c8c178773272ec4d
authorKyle J. McKay <mackyle@gmail.com>
Sat, 15 Feb 2014 16:08:13 +0000 (15 08:08 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 15 Feb 2014 16:08:13 +0000 (15 08:08 -0800)
tree803b9d8e753248b0fac4aa805699f57188121c9f
parent976fc0b4c05ae07156885ec2a6ecfa7b267156bd
gitwebcache.sh/updateweb.sh: do not spew superfluous errors

When checking for a process with kill -0 an error message will be
shown if the process does not exist.  Send it to /dev/null as it's
a normal part of the check and should not be shown.
jobs/gitwebcache.sh
jobs/updateweb.sh