Setting better log
This commit is contained in:
parent
defa564601
commit
e63f41def1
5 changed files with 27 additions and 10 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue