diff --git a/setup-server.sh b/setup-server.sh index c971c0b..e07f7e7 100644 --- a/setup-server.sh +++ b/setup-server.sh @@ -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