From c1564815f0c9a6b3741877df4878d2c29afd6049 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Thu, 22 Jun 2017 10:06:58 +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 d8a8526..dcdd272 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -708,7 +708,7 @@ exit ldaplook(){ export HOSTNAME myhost=$( hostname ) -ldaptools=$ ( sudo dpkg -l | grep -i ldap-utils | cut -d 's' -f1 | cut -d 'l' -f2 ) +ldaptools=$( sudo dpkg -l | grep -i ldap-utils | cut -d 's' -f1 | cut -d 'l' -f2 ) if [ $ldaptools = dap-uti ] then echo "ldap tool installed.. verifying setup"