From 1e00b9f6966323b4347bfa20e6ce6b5ae500ce53 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 31 Jan 2017 09:01:01 +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 4c39609..e5b1803 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 "I seached for an available domain and found "${WARP} "$DOMAIN" ${END}"" +echo "${WARP}I seached for an available domain and found $DOMAIN ${WARP}" 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";;