changed serverName prompt

This commit is contained in:
Asif Bacchus 2019-01-05 02:19:43 -07:00
parent e991846287
commit e2f8979834
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ echo -e "\n${warn}You will be prompted to enter one hostname at a time."
echo "Provide a blank-entry (hit enter) when you're done."
echo -e "'X' will exit the script, as always${norm}\n"
while true; do
read -p "What hostnames should this server answer to? " inputServerName
read -p "Hostname for this server? " inputServerName
case "${inputServerName}" in
'')
# check that at least one name as been provided