From 530b7c3792330f4fd038236d04e792c4fb2c1519 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Wed, 3 May 2023 11:09:15 -0500 Subject: [PATCH] Corrected error message stating that site would not work if the cert archive wasn't included --- setup-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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