Explicitly list the files to transfer.

This commit is contained in:
Adrian Reber 2015-12-17 21:07:33 +00:00
parent 9cb99d476f
commit b5b0826fa4

View file

@ -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