From b3a9012c57463c346113d4763d8677878c894206 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 7 Feb 2017 12:17:33 +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 5ec438f..3d6eb0c 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -18,7 +18,7 @@ ####################### Setup for Ubuntu16 and Ubuntu 14 clients ####################################### ubuntuclient(){ desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop) -if [ $desktop = desktop ] +if [ $? = 0 ] then echo "" else