1
0
Fork 0

Setting better log

This commit is contained in:
Joao M 2022-08-20 16:38:38 +00:00
parent defa564601
commit e63f41def1
5 changed files with 27 additions and 10 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
source /scripts/functions.sh
# Loop through all Let's Encrypt certificates
for CERTIFICATE in `find /etc/letsencrypt/live/* -type d`; do
CERTIFICATE=`basename $CERTIFICATE`