mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
ac282e9d51
commit
44832a24c3
@ -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}' )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user