From 826b58c4edafa9b8d7a932b0ec0fa3958d63e574 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 21 Mar 2018 10:23:36 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) 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"