From 2b077aad9486e4288357c77473753f93d1086e5f Mon Sep 17 00:00:00 2001 From: brindosch Date: Thu, 5 May 2016 12:42:34 +0200 Subject: [PATCH] typo fix Former-commit-id: 9525da45219ba48a8e45ac275182f17016b9f7b5 --- bin/install_hyperion.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 62d9edfa..7b7a354d 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -107,7 +107,6 @@ if [ $CPU_RPI -eq 1 ] && [ $OS_OPENELEC -ne 1 ]; then fi #Check, if dtparam=spi=on is in place (just for OPENELEC/LibreELEC -) if [ $CPU_RPI -eq 1 ] && [ $OS_OPENELEC -eq 1 ]; then SPIOK=`grep '^\dtparam=spi=on' /flash/config.txt | wc -l` if [ $SPIOK -ne 1 ]; then