This commit is contained in:
Bob Mottram 2014-09-30 20:39:43 +01:00
parent 832a9f158a
commit 81113fd39c
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ function check_hwrng {
fi
if [ ! -b /dev/hwrng ]; then
ls /dev/hw*
echo 'The hardware random number generator is anabled 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.'
exit 75
fi