From 87874f825df56dd1f6c297692295d76eab0ac0b6 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 13 Dec 2016 10:45:05 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 5f91312..fa80ef3 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -41,6 +41,7 @@ read ADMIN discovery=$(realm discover $DOMAIN | grep domain-name) clear sudo echo "${INTRO_TEXT}"Realm= $discovery"${INTRO_TEXT}" +sudo echo "${NORMAL}${NORMAL}" sleep 1 sudo realm join --verbose --user=$ADMIN $DOMAIN if [ $? -ne 0 ]; then