Explicitly list the files to transfer.
This commit is contained in:
parent
9cb99d476f
commit
b5b0826fa4
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ trap "rm -f ${OUTPUT}/*; rmdir ${OUTPUT}" QUIT TERM INT HUP EXIT
|
|||
${WORLDMAP} --output ${OUTPUT} > /dev/null
|
||||
|
||||
for f in ${FRONTENDS}; do
|
||||
rsync -aq ${OUTPUT}/ ${f}:/var/www/mirrormanager-statistics/map
|
||||
rsync -aq ${OUTPUT}/{map.png,mirrors_location.txt} ${f}:/var/www/mirrormanager-statistics/map/
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue