/[smecontribs]/rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec
ViewVC logotype

Diff of /rpms/smeserver-letsencrypt/contribs9/smeserver-letsencrypt.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.18 by jcrisp, Mon Feb 17 15:35:44 2020 UTC Revision 1.19 by jcrisp, Mon Mar 9 22:48:46 2020 UTC
# Line 31  Lets Encrypt is a free, automated, and o Line 31  Lets Encrypt is a free, automated, and o
31  https://letsencrypt.org/  https://letsencrypt.org/
32    
33  %changelog  %changelog
34    * Mon Mar 09 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-13.sme
35    - remove dangling cron.daily dir missed in 0.5-12 [SME: 10862]
36    
37  * Sat Jan 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-12.sme  * Sat Jan 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-12.sme
38  - forgot to remove template-begin and cron.daily dir [SME: 10862]  - forgot to remove template-begin and cron.daily dir [SME: 10862]
39    
# Line 286  if [[ -f /usr/local/bin/domain.txt ]]; Line 289  if [[ -f /usr/local/bin/domain.txt ]];
289  then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig;  then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig;
290  fi  fi
291    
 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  
   
292  if [[ -d /etc/cron.daily/letsencrypt ]];  if [[ -d /etc/cron.daily/letsencrypt ]];
293  then rm -rf /etc/cron.daily/letsencrypt;  then rm -rf /etc/cron.daily/letsencrypt;
294  fi  fi
295    
296    if [[ -d /etc/e-smith/templates/etc/cron.daily/letsencrypt ]];
297    then rm -rf /root/etc/e-smith/templates/etc/cron.daily/letsencrypt
298    fi
299    
300    if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]];
301    then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge;
302    fi
303    
304  chmod -R 0775  /home/e-smith/files/ibays/Primary/html/.well-known  chmod -R 0775  /home/e-smith/files/ibays/Primary/html/.well-known
305  chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known  chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known
306    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed