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