Corrected variable mistype

This commit is contained in:
2025-03-27 14:15:04 +00:00
parent ea0b11607c
commit 27e4c81a95

View File

@@ -8,7 +8,7 @@ fi
read -e -p "Enter Domain Name: " -i "home.johnhgaunt.com" domain read -e -p "Enter Domain Name: " -i "home.johnhgaunt.com" domain
read -e -p "Enter netBIOS Name: " -i "GAUNT" netbiosname read -e -p "Enter netBIOS Name: " -i "GAUNT" netbiosname
read -e -p "Enter Domain Admin Username: " -i "jgaunto" username read -e -p "Enter Domain Admin Username: " -i "jgaunto" username
read -e -s -p "Enter ${USERNMAE}'s Password: " password read -e -s -p "Enter ${USERNAME}'s Password: " password
# get OS ditro and version # get OS ditro and version
OS=$(hostnamectl | awk '/Operating System/ {print $3}') OS=$(hostnamectl | awk '/Operating System/ {print $3}')