diff --git a/ADconnection.sh b/ADconnection.sh index 884ed78..188ef0f 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -43,7 +43,7 @@ then echo "" else rasp=$( lsb_release -a | grep -i Distributor | awk '{print $3}' ) -if [ "$rasp" -eq Raspbian ] +if [ "$rasp" = "Raspbian" ] then echo "this seems to be a raspberry Pi" raspberry