changed serverName prompt
This commit is contained in:
parent
e991846287
commit
e2f8979834
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user