Try making it a file
This commit is contained in:
parent
81113fd39c
commit
85c9a079b4
|
@ -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.'
|
||||||
|
|
Loading…
Reference in New Issue