On Wed, Dec 04, 2024 at 04:26:24PM -0800, Luis Chamberlain wrote: > -modprobe --help >& /dev/null && modprobe --help 2>&1 | grep -q -1 "remove-patiently" > +modprobe --help >& /dev/null && modprobe --help 2>&1 | grep -q -1 "wait TIMEOUT_MSEC" Silly me, this is wrong, this should be: +modprobe --help >& /dev/null && modprobe --help 2>&1 | grep -q -1 "wait up to MSEC" Luis