diff --git a/install-freedombone.sh b/install-freedombone.sh index f331d091..ade67a29 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -272,7 +272,7 @@ function check_hwrng { if [ ! -f /etc/default/rng-tools ]; then return fi - if [ ! -b /dev/hwrng ]; then + if [ ! -f /dev/hwrng ]; then ls /dev/hw* echo 'The hardware random number generator is enabled but could not be detected on' echo '/dev/hwrng. There may be a problem with the installation or the Beaglebone hardware.'