diff --git a/setup.sh b/setup.sh index 0edd9f5..8537a53 100644 --- a/setup.sh +++ b/setup.sh @@ -134,7 +134,7 @@ echo "make everything work." echo -e "\nIf you haven't run Certbot yet, you can enter the domain you intend to use" echo "as your primary domain and the paths generated by this script will work after" echo -e "you run Certbot. In that case, you will have to answer ${warn}'yes'${mag} when asked" -echo -e "${warn}'Do you want to use these settings anyways?'${norm}\n" +echo -e "${warn}'Do you want to use this domain setting anyways?'${norm}\n" while true; do read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn case "${yn}" in @@ -193,9 +193,9 @@ if [ "${useCertbot}" -eq 1 ]; then else echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:" echo -e "${warn}${certbotBadFile[*]}${norm}" - echo -e "${err}These files are all required for proper SSL operation of NGINX using Certbot.${norm}\n" + echo -e "${err}These files should all be present in a functional Certbot install.${norm}\n" while true; do - read -p "Do you want to use these settings anyways? " yn + read -p "Do you want to use this domain setting anyways? " yn case "${yn}" in [Yy]*) CertbotDomain="${inputCertbotDomain}"