From 3b4879c0009819549731b1b48c70f21c8051bd9a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 7 Jan 2019 23:30:21 -0700 Subject: [PATCH] updated certbot preamble --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e55d4c7..b423a6c 100755 --- a/setup.sh +++ b/setup.sh @@ -206,7 +206,8 @@ if [ "${useSSL}" -eq 1 ]; then 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 this domain setting anyways?'${norm}\n" + echo -e "${warn}'Do you want to use this domain setting anyways?'" + echo -e "\nNote: NGINX will NOT work until you run Certbot to generate your certificates!${norm}\n" while true; do read -p "Are you using Certbot to handle your SSL certificates? (default: No) " yn case "${yn}" in