Commit a4965df
committed
Fix growroot LVM check
``grep -q`` always returns rc 141 [1], so the check will never pass.
Send the output to /dev/null so we capture the correct return code
from grep.
[1] https://stackoverflow.com/questions/19120263/why-exit-code-141-with-grep-q1 parent 4a55d94 commit a4965df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments