Slight wording change

This commit is contained in:
Elliot Saba 2017-01-02 15:31:30 -08:00
parent afd4b57017
commit 9fca4ca0c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ get_certificate() {
echo "certbot exit code $ec"
if [ $ec -eq 0 ]
then
echo "Your new certificates for $CERT_DOMAINS can be found in /etc/letsencrypt/live/$d"
echo "Certificates for $CERT_DOMAINS can be found in /etc/letsencrypt/live/$d"
else
echo "Cerbot failed for $CERT_DOMAINS. Check the logs for details."
fi