had to correct the filename variable (tristanancelet-certs.tar)

This commit is contained in:
Tristan Ancelet 2023-05-03 11:07:52 -05:00
parent 659bd90641
commit ccc1a2181a

View File

@ -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