Update ADconnection.sh

This commit is contained in:
PierreGode 2023-08-23 12:58:08 +02:00 committed by GitHub
parent ac282e9d51
commit 44832a24c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -858,6 +858,10 @@ clear
sudo echo "${INTRO_TEXT}packages installed${END}" sudo echo "${INTRO_TEXT}packages installed${END}"
fi fi
pointtoou=$( sudo grep OUSPECIFIED readfile | awk '{print $3}' ) pointtoou=$( sudo grep OUSPECIFIED readfile | awk '{print $3}' )
if [ "$pointtoou" = "null" ]
then
pointtoou=$(echo="" )
fi
echo "hostname is $myhost" echo "hostname is $myhost"
echo "Looking for Realms.. please wait" echo "Looking for Realms.. please wait"
REALM=$( sudo grep DOMAIN readfile | awk '{print $3}' ) REALM=$( sudo grep DOMAIN readfile | awk '{print $3}' )