Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-01-31 09:02:15 +01:00 committed by GitHub
parent 1e00b9f696
commit 329c696ba4

View File

@ -31,7 +31,7 @@ sudo apt-get install ntp -y
clear
DOMAIN=$(realm discover | grep -i domain.name | cut -d ':' -f2)
echo "${WARP}I seached for an available domain and found $DOMAIN ${WARP}"
echo "${NUMBER}I seached for an available domain and found $DOMAIN ${NUMBER}"
read -p "Do you wish to use it (y/n)?" yn
case $yn in
[Yy]* ) echo "Please log in with domain admin to $DOMAIN to connect";;