From c87db79065eadc4e2079432415be8dc12b0a1c22 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 14 Jun 2017 09:37:00 +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 2f790c6..d0453cb 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -130,7 +130,7 @@ sudo echo "administrator" | sudo tee -a /etc/ssh/login.group.allowed sudo echo "$NetBios"'\'"$myhost""sudoers" | sudo tee -a /etc/ssh/login.group.allowed sudo echo "$NetBios"'\'"domain^admins" | sudo tee -a /etc/ssh/login.group.allowed sudo echo "Cheking if there is any previous configuration" -if [ -f /etc/sudoers.d/sudoers] +if [ -f /etc/sudoers.d/sudoers ] then echo "Sudoersfile seems already to be modified.. skipping...." else