Do not pipe into `grep -q`, because that stops reading as soon as a
authorWard Vandewege <ward@curii.com>
Thu, 28 Apr 2022 14:43:02 +0000 (10:43 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 28 Apr 2022 14:43:02 +0000 (10:43 -0400)
commit0b4945244d55214b331adabce38e33800b55b3e1
tree2d9b5ce4f0e4b625a3a2c532deff255add1afb33
parent267c02294d7d5c1f161921f9dade6b692a7029a2
Do not pipe into `grep -q`, because that stops reading as soon as a
match is found, which can cause a SIGPIPE.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
tools/salt-install/provision.sh