changed serverName prompt

This commit is contained in:
Asif Bacchus 2019-01-05 02:19:43 -07:00
parent e991846287
commit e2f8979834

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