From d8a1e5b94359ec0b3b1fde7ea116ea75fcdf8b7f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 03:58:42 -0700 Subject: [PATCH] updated wording in certbot missing files section and preamble --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"