project-disk-use: send transient errors to dev/null
commita54ab93ed1a39dae293b9aa2c60e47117f1e107c
authorKyle J. McKay <mackyle@gmail.com>
Tue, 23 Dec 2014 23:38:10 +0000 (23 15:38 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 23 Dec 2014 23:38:10 +0000 (23 15:38 -0800)
tree9c4e118c35837d40af0026813f3addaedd6df85c
parent251fd06738471e7e10aa6b344ffcd7aab9fa76d8
project-disk-use: send transient errors to dev/null

Both du and find can potentially encounter errors as a result of
files/directories going away as part of normal Girocco operation
while they're running, those errors are not interesting as far
as the disk use report is concerned, so send them to /dev/null.
toolbox/reports/project-disk-use.sh