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
grep returns exit code 1 on no match, which set -e treats as fatal.
The old awk approach always returned 0. Added || true to both grep
calls in the lsblk -P lookup.
0 commit comments