From ccc1a2181a62e5173d5f695789c5e81bd6c1c87c Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Wed, 3 May 2023 11:07:52 -0500 Subject: [PATCH] had to correct the filename variable (tristanancelet-certs.tar) --- setup-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-server.sh b/setup-server.sh index 2464f5e..c971c0b 100644 --- a/setup-server.sh +++ b/setup-server.sh @@ -62,7 +62,7 @@ firewall-cmd --zone=public --add-service=https --perm # Wildcard SSL Cert installation # This will be uploaded seperately, as I do not want to share my certs with the world (this is just the bulk sum, I will be installing a complete encompassing certfile). -CERTS_ARCHIVE=~/tristan-ancelet-certs.tar +CERTS_ARCHIVE=~/tristanancelet-certs.tar if [[ -f $CERTS_ARCHIVE ]]; then mv $CERTS_ARCHIVE /etc/ cd /etc