From ce1d2585ffbb0df64b217ec267277a3371ce0c40 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Mon, 25 Sep 2017 11:01:29 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index f5622dd..6526c0d 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -802,7 +802,7 @@ raspberry(){ export HOSTNAME myhost=$( hostname ) rasp=$(uname -a | grep -i raspberry | cut -d 'x' -f1 | cut -d 'y' -f2) -if [ "$rasp" -eq raspberr ] +if [ "$rasp" = "raspberr" ] then echo "OMG do i sense a Raspberry! you sir are awesome" sleep 2