From 329c696ba4bc12f6cd7e8800eb6d11d69f1f2d81 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 31 Jan 2017 09:02:15 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index e5b1803..e480e3d 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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";;