Corrected error message stating that site would not work if the cert archive wasn't included
This commit is contained in:
parent
ccc1a2181a
commit
530b7c3792
@ -69,7 +69,7 @@ if [[ -f $CERTS_ARCHIVE ]]; then
|
|||||||
tar xf $CERTS_ARCHIVE
|
tar xf $CERTS_ARCHIVE
|
||||||
[[ $? -eq 0 ]] && rm $CERTS_ARCHIVE
|
[[ $? -eq 0 ]] && rm $CERTS_ARCHIVE
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
CERT=~/tristanancelet-cert.pem
|
CERT=~/tristanancelet-cert.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user