Unverified Commit 83ce8d05 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

transfer: add newline after showing the link

Fixes #7562
parent 932d611c
...@@ -61,7 +61,9 @@ transfer() { ...@@ -61,7 +61,9 @@ transfer() {
# cat output link # cat output link
cat $tmpfile cat $tmpfile
# add newline
echo
# cleanup # cleanup
rm -f $tmpfile rm -f $tmpfile
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment