fixed mistype

This commit is contained in:
2024-11-15 17:01:46 +00:00
parent 98cf16f1b6
commit 3c6b64a744

View File

@@ -10,7 +10,7 @@ fi
read -e -p "Enter Checkmk Server: " -i "checkmk.johnhgaunt.com" CHECK_MK_SERVER
read -e -p "Enter Checkmk Agent Server: " -i "gauntcheckmk.home.johnhgaunt.com" CHECK_MK_AGENT_SERVER
read -e -p "Enter Checkmk Site Name: " -i "gaunt" SITE_NAME
read -e -p "Enter Checkmk Username: " -i "automation" USERNMAE
read -e -p "Enter Checkmk Username: " -i "automation" USERNAME
read -e -s -p "Enter ${USERNMAE}'s Password: " PASSWORD