--- rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec 2020/02/17 15:35:44 1.18 +++ rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec 2020/03/09 22:49:14 1.20 @@ -1,6 +1,6 @@ %define name smeserver-letsencrypt %define version 0.5 -%define release 12 +%define release 13 Summary: Plugin to enable letsencrypt certificates Name: %{name} Version: %{version} @@ -31,6 +31,9 @@ Lets Encrypt is a free, automated, and o https://letsencrypt.org/ %changelog +* Mon Mar 09 2020 John Crisp 0.5-13.sme +- remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] + * Sat Jan 18 2020 John Crisp 0.5-12.sme - forgot to remove template-begin and cron.daily dir [SME: 10862] @@ -286,14 +289,18 @@ if [[ -f /usr/local/bin/domain.txt ]]; then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig; fi -if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; -then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; -fi - if [[ -d /etc/cron.daily/letsencrypt ]]; then rm -rf /etc/cron.daily/letsencrypt; fi +if [[ -d /etc/e-smith/templates/etc/cron.daily/letsencrypt ]]; +then rm -rf /root/etc/e-smith/templates/etc/cron.daily/letsencrypt +fi + +if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; +then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; +fi + chmod -R 0775 /home/e-smith/files/ibays/Primary/html/.well-known chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known