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,6 +61,8 @@ transfer() { ...@@ -61,6 +61,8 @@ transfer() {
# cat output link # cat output link
cat $tmpfile cat $tmpfile
# add newline
echo
# cleanup # cleanup
rm -f $tmpfile rm -f $tmpfile
......
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