fix: ignore synchronization errors
This commit is contained in:
parent
cfa66e1387
commit
f1b7533218
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ensure() {
|
|||
# awkward. A restricted rsync treats / as the remote location for the
|
||||
# certificates.
|
||||
for NODE in ${NODES}; do
|
||||
rsync -avHAXL --delete-after /etc/letsencrypt/live/ ${NODE}/
|
||||
rsync -avHAXL --delete-after /etc/letsencrypt/live/ ${NODE}/ || continue
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue