Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-01-31 08:57:43 +01:00 committed by GitHub
parent eb9c8166e4
commit fe02a76e88

View File

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