From e92be1e6c42a5405802e71db1f2936339ba048ac Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Mon, 6 Feb 2017 09:15:01 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 598d3b9..cff2f0d 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -397,38 +397,39 @@ while [ opt != '' ] else case $opt in 1) clear; - echo "Installing on Ubuntu Client"; - ubuntuclient; - ;; + echo "Installing on Ubuntu Client"; + ubuntuclient; + ;; 2) clear; echo "Installing on Ubuntu 14 Server"; ubuntuserver14 ;; - 3) clear; - echo "Installing on Debian Jessie client" - debianclient - ;; - 3) clear; - echo "Check for errors" - failcheck - ;; + 3) clear; + echo "Installing on Debian Jessie client" + debianclient + ;; + + 4) clear; + echo "Check for errors" + failcheck + ;; - 5) clear; - echo "Reauthenticate realmd for Ubuntu 14" - Reauthenticate14 - ;; + 5) clear; + echo "Reauthenticate realmd for Ubuntu 14" + Reauthenticate14 + ;; 6) clear; echo "Update from Likewise to Realmd" - Realmdupdate - ;; + Realmdupdate + ;; 7) clear; echo "READ ME" - readmes - ;; + readmes + ;; x)exit; ;;