You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152890: roachprod: potential shell syntax error in fips r=srosenberg,herkolategan a=golgeek
Previous patch #137555 introduced a check on FIPS enablement in a FIPS environment.
To avoid a potential shell syntax error if this code was to be executed outside of a Ubuntu Pro FIPS environment, this patch adds quotes around the result of the `pro status` command result to avoid an `[: !=: unary operator expected` error.
Epic: none
Release note: None
Co-authored-by: Ludovic Leroux <[email protected]>
0 commit comments