BREAKING CHANGE: make nodes into full rsync urls
This commit is contained in:
parent
ea05dd03e9
commit
10f4e97722
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}:/live/
|
||||
rsync -avHAXL --delete-after /etc/letsencrypt/live/ ${NODE}/
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue