From 27e4c81a95b2b2b0c004d35cbaafc8f41c71bd47 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 27 Mar 2025 14:15:04 +0000 Subject: [PATCH] Corrected variable mistype --- domainjoin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domainjoin.sh b/domainjoin.sh index efbface..465bf92 100644 --- a/domainjoin.sh +++ b/domainjoin.sh @@ -8,7 +8,7 @@ fi 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 +read -e -s -p "Enter ${USERNAME}'s Password: " password # get OS ditro and version OS=$(hostnamectl | awk '/Operating System/ {print $3}')