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