Reworded message to be agnostic

This commit is contained in:
Lutchy Horace 2021-11-08 16:54:54 -05:00
parent 45a108ac1a
commit f25ed84a60
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if ! verify_vhost; then
clean_up "Failed to verify vhost"
fi
echo "Retrieving Let's Encrypt Certificate..."
echo "Retrieving SSL Certificate..."
if ! get_cert; then
clean_up "Failed to retrieve certificate!"
fi