Bob Mottram 10 年 前
コミット
da9d95f738
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh ファイルの表示

272
   if [ ! -f /etc/default/rng-tools ]; then
272
   if [ ! -f /etc/default/rng-tools ]; then
273
       return
273
       return
274
   fi
274
   fi
275
-  if [ ! -f /dev/hwrng ]; then
275
+  if [ ! -e /dev/hwrng ]; then
276
       ls /dev/hw*
276
       ls /dev/hw*
277
       echo 'The hardware random number generator is enabled 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.'