updated input wording

This commit is contained in:
2024-11-14 13:23:56 +00:00
parent 63a2fd5b9a
commit 6232ea9d51

View File

@@ -5,10 +5,10 @@ if [ "$EUID" -ne 0 ]; then
exit
fi
# ask for the domain, username, and password
read -e -p "Enter Domain name: " -i "home.johnhgaunt.com" domain
read -e -p "Enter netBIOS name: " -i "GAUNT" netbiosname
read -e -p "Enter Domain Admin username: " -i "jgaunto" username
read -e -s -p "Enter Password: " password
read -e -p "Enter Domain Name: " -i "home.johnhgaunt.com" domain
read -e -p "Enter netBIOS Name: " -i "GAUNT" netbiosname
read -e -p "Enter Domain Admin Username: " -i "jgaunto" username
read -e -s -p "Enter ${USERNMAE}'s Password: " password
# get OS ditro and version
OS=$(hostnamectl | awk '/Operating System/ {print $3}')