typo
This commit is contained in:
parent
832a9f158a
commit
81113fd39c
|
@ -274,7 +274,7 @@ function check_hwrng {
|
||||||
fi
|
fi
|
||||||
if [ ! -b /dev/hwrng ]; then
|
if [ ! -b /dev/hwrng ]; then
|
||||||
ls /dev/hw*
|
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.'
|
echo '/dev/hwrng. There may be a problem with the installation or the Beaglebone hardware.'
|
||||||
exit 75
|
exit 75
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue