had to correct the filename variable (tristanancelet-certs.tar)
This commit is contained in:
parent
659bd90641
commit
ccc1a2181a
@ -62,7 +62,7 @@ firewall-cmd --zone=public --add-service=https --perm
|
|||||||
|
|
||||||
# Wildcard SSL Cert installation
|
# 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).
|
# 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
|
if [[ -f $CERTS_ARCHIVE ]]; then
|
||||||
mv $CERTS_ARCHIVE /etc/
|
mv $CERTS_ARCHIVE /etc/
|
||||||
cd /etc
|
cd /etc
|
||||||
|
Loading…
Reference in New Issue
Block a user