diff --git a/setup.sh b/setup.sh index b423a6c..6cac420 100755 --- a/setup.sh +++ b/setup.sh @@ -134,9 +134,9 @@ done ### get server names for this installation echo -e "\n${mag}To which hostnames should NGINX answer? You can pick as many hostnames as you" echo "like. Please ensure you provide fully-qualified domain names unless you" -echo "understand the impact not doing so." -echo -e "\nIf you are setting up SSL on this system, then make sure the hostnames match" -echo "what appears on your certificates!" +echo "understand the impact of not doing so." +echo -e "\nIf you are setting up SSL on this system make sure the hostnames match what" +echo "appears on your certificates!" 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"