Try making it a file

This commit is contained in:
Bob Mottram 2014-09-30 20:40:44 +01:00
parent 81113fd39c
commit 85c9a079b4
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ function check_hwrng {
if [ ! -f /etc/default/rng-tools ]; then if [ ! -f /etc/default/rng-tools ]; then
return return
fi fi
if [ ! -b /dev/hwrng ]; then if [ ! -f /dev/hwrng ]; then
ls /dev/hw* ls /dev/hw*
echo 'The hardware random number generator is enabled but could not be detected on' 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.' echo '/dev/hwrng. There may be a problem with the installation or the Beaglebone hardware.'