On Fri, 13 Nov 2020 21:12:21 -0000, GitLab Bridge on behalf of bcrocker wrote: > -rngd -r /dev/hwrandom >& /dev/null > -if [ $? -ne 0 ]; then This is deciding based on the rngd return code, > +if [ "$(rngd -r /dev/hwrandom >& /dev/null)" ]; then while this is deciding based on rngd *output*. That's a different thing. I don't think this change is correct. Jiri _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx