ebs-automatic-nvme-mapping icon indicating copy to clipboard operation
ebs-automatic-nvme-mapping copied to clipboard

Fix nvme binary check

Open pforman-zymergen opened this issue 3 years ago • 0 comments

The check [[ -z nvme ]] can't ever fail, since it's checking the string and not the presence of a binary.

Wrap that in $(command -v) to check for the binary.

pforman-zymergen avatar Sep 04 '20 17:09 pforman-zymergen