[ACME] Alpine 3.10

This commit is contained in:
andryyy
2019-07-22 21:08:11 +02:00
parent 4532b5c882
commit 3d52cc2270
2 changed files with 2 additions and 2 deletions

View File

@@ -483,7 +483,7 @@ while true; do
cp ${ACME_BASE}/acme/cert.pem ${ACME_BASE}/cert.pem
cp ${ACME_BASE}/acme/key.pem ${ACME_BASE}/key.pem
reload_configurations
rm /var/www/acme/*
rm /var/www/acme/* 2> /dev/null
log_f "Certificate successfully deployed, removing backup, sleeping 1d"
sleep 1d
else