瀏覽代碼

Try making it a file

Bob Mottram 11 年之前
父節點
當前提交
85c9a079b4
共有 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 [ ! -b /dev/hwrng ]; then
275
+  if [ ! -f /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.'