From 80d3e7ff287a9d59fc478997ffc4f8e07aa3dcbd Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Wed, 21 Mar 2018 11:01:47 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index d327cec..3bf7256 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -991,6 +991,7 @@ fi ########################################### Leave Realm ################################ leave(){ +echo "${NUMBER}This funktion only works properly if this computer can locate the domain${END}" LEFT=$(sudo realm discover | grep configured | awk '{print $2}') DOMAIN=$(realm discover | grep -i realm.name | awk '{print $2}') if [ "$LEFT" = "no" ]