From 118d293515fdfcec0529a88754880168a7f44f05 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Thu, 6 Sep 2018 19:34:39 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADconnection.sh b/ADconnection.sh index 77ae6bf..c2fbea3 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1371,6 +1371,8 @@ read -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn notify-send ADconnection "Left $DOMAIN " else echo "something went wrong, try to leave manually" + echo "" + echo "Please type domain you wish to leave" read -r DOMAIN sudo realm leave $DOMAIN left=$(sudo realm discover | grep configured | awk '{print $2}')