diff --git a/ADconnection.sh b/ADconnection.sh index 1d2fcc1..2cc4e90 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1000,6 +1000,7 @@ read -p "Do you really want to leave $DOMAIN (y/n)?" yn left=$(sudo realm discover | grep configured | awk '{print $2}') if [ "$left" = "no" ] then + echo "" echo "$DOMAIN has been left" else echo "something went wrong, try to leave manually"