Slight wording change
This commit is contained in:
parent
afd4b57017
commit
9fca4ca0c7
|
@ -17,7 +17,7 @@ get_certificate() {
|
||||||
echo "certbot exit code $ec"
|
echo "certbot exit code $ec"
|
||||||
if [ $ec -eq 0 ]
|
if [ $ec -eq 0 ]
|
||||||
then
|
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
|
else
|
||||||
echo "Cerbot failed for $CERT_DOMAINS. Check the logs for details."
|
echo "Cerbot failed for $CERT_DOMAINS. Check the logs for details."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue