updated input wording
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user