From 95886b6960b10818b0243b89f09173a9e6e4daa6 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 21 Nov 2017 14:59:10 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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