fixed missing formatting tag after ssl preamble

This commit is contained in:
Asif Bacchus 2019-01-06 01:23:00 -07:00
parent c5d7682ae2
commit a9ad3f0152
1 changed files with 1 additions and 1 deletions

2
setup.sh Normal file → Executable file
View File

@ -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