Try again

This commit is contained in:
Bob Mottram 2014-09-30 20:42:31 +01:00
parent 85c9a079b4
commit da9d95f738
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
return
fi
if [ ! -f /dev/hwrng ]; then
if [ ! -e /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.'