From 44832a24c3660ceaece0f037e94d082218c65572 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:58:08 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ADconnection.sh b/ADconnection.sh index 1729921..c4768f1 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -858,6 +858,10 @@ clear sudo echo "${INTRO_TEXT}packages installed${END}" fi pointtoou=$( sudo grep OUSPECIFIED readfile | awk '{print $3}' ) + if [ "$pointtoou" = "null" ] + then + pointtoou=$(echo="" ) + fi echo "hostname is $myhost" echo "Looking for Realms.. please wait" REALM=$( sudo grep DOMAIN readfile | awk '{print $3}' )