Fixes #7562
@ -61,7 +61,9 @@ transfer() {
# cat output link
cat $tmpfile
# add newline
echo
# cleanup
rm -f $tmpfile
}