Files
Doug Szumski 9b397bd34e Don't fail early if no config drive found
The use of pipefail means that we fail early if we don't
find a matching config drive. This is because grep returns
exit code 1 if no match is found. We can either drop the
pipefail setting, or force grep to return 0. This allows us
to exit gracefully later in the script with code 0.

Closes-Bug: #2120574
Change-Id: I84e348b44b041672ded800a967dae18437f16bba
Signed-off-by: Doug Szumski <doug@stackhpc.com>
2025-09-01 15:25:04 +00:00
..
2017-11-03 14:34:47 +01:00
2020-01-07 15:46:33 +01:00