Corrected error message stating that site would not work if the cert archive wasn't included

This commit is contained in:
Tristan Ancelet 2023-05-03 11:09:15 -05:00
parent ccc1a2181a
commit 530b7c3792

View File

@ -69,7 +69,7 @@ if [[ -f $CERTS_ARCHIVE ]]; then
tar xf $CERTS_ARCHIVE
[[ $? -eq 0 ]] && rm $CERTS_ARCHIVE
else
log "Cert archive was not found. Installation will continue, but site will not work. Please install the ssl certs manually"
log "Cert archive was not found. Installation will continue, but the backup certs will not be included"
fi
CERT=~/tristanancelet-cert.pem