From a9ad3f01522fbba34b6e52ff3700c334c53a06fe Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 6 Jan 2019 01:23:00 -0700 Subject: [PATCH] fixed missing formatting tag after ssl preamble --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.sh diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 2d959bd..45701f7 --- a/setup.sh +++ b/setup.sh @@ -248,7 +248,7 @@ if [ "${useCertbot}" -eq 0 ]; then echo -e "\n${mag}NGINX requires the full paths to your PEM formatted certificates, private keys" echo "and your CA-chain in order to serve pages securely and properly over SSL." echo "If you haven't generated/copied your certificates yet, you can enter the" - echo "paths where they will be located and confirm when prompted by the script." + echo -e "paths where they will be located and confirm when prompted by the script.${norm}" # not using Certbot: get location of certificate while true; do read -p "What is the path to your primary SSL certificate? " inputCertPath