Update ADconnection.sh

This commit is contained in:
PierreGode 2018-03-27 11:32:33 +02:00 committed by GitHub
parent 33cb939bad
commit 7693c09245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ then
echo "${RED_TEXT}"Join has Failed"${END}" echo "${RED_TEXT}"Join has Failed"${END}"
else else
lastverify=$( realm discover $DOMAIN | grep -m 1 $DOMAIN ) lastverify=$( realm discover $DOMAIN | grep -m 1 $DOMAIN )
echo "${INTRO_TEXT}"joined to $ lastverify"${END}" echo "${INTRO_TEXT}"joined to $lastverify"${END}"
fi fi
echo "${INTRO_TEXT}Please reboot your machine and wait 3 min for Active Directory to sync before login${INTRO_TEXT}" echo "${INTRO_TEXT}Please reboot your machine and wait 3 min for Active Directory to sync before login${INTRO_TEXT}"
exit exit