Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-01-31 10:53:04 +01:00 committed by GitHub
parent 1c4e41ddd3
commit ad569c822c

View File

@ -31,7 +31,7 @@ sudo apt-get install ntp -y
clear clear
DOMAIN=$(realm discover | grep -i realm.name | cut -d ':' -f2 | sed -e 's/^[[:space:]]*//') DOMAIN=$(realm discover | grep -i realm.name | cut -d ':' -f2 | sed -e 's/^[[:space:]]*//')
echo "${NUMBER}I seached for an available domain and found >>> $DOMAIN <<< ${END}" echo "${NUMBER}I searched for an available domain and found >>> $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