소스 검색

Try making it a file

Bob Mottram 11 년 전
부모
커밋
85c9a079b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

@@ -272,7 +272,7 @@ function check_hwrng {
272 272
   if [ ! -f /etc/default/rng-tools ]; then
273 273
       return
274 274
   fi
275
-  if [ ! -b /dev/hwrng ]; then
275
+  if [ ! -f /dev/hwrng ]; then
276 276
       ls /dev/hw*
277 277
       echo 'The hardware random number generator is enabled but could not be detected on'
278 278
       echo '/dev/hwrng.  There may be a problem with the installation or the Beaglebone hardware.'