Bob Mottram 10 лет назад
Родитель
Сommit
81113fd39c
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Просмотреть файл

274
   fi
274
   fi
275
   if [ ! -b /dev/hwrng ]; then
275
   if [ ! -b /dev/hwrng ]; then
276
       ls /dev/hw*
276
       ls /dev/hw*
277
-      echo 'The hardware random number generator is anabled but could not be detected on'
277
+      echo 'The hardware random number generator is enabled but could not be detected on'
278
       echo '/dev/hwrng.  There may be a problem with the installation or the Beaglebone hardware.'
278
       echo '/dev/hwrng.  There may be a problem with the installation or the Beaglebone hardware.'
279
       exit 75
279
       exit 75
280
   fi
280
   fi