Add carriage returns for log output formating.

This commit is contained in:
Cyteen May 2018-06-17 11:38:11 +01:00
parent 91f5c412d9
commit d56a1fad21
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ transfer() {
RIGHTNOW="$(date)"
EXPIRES="$(date -d "+14 days")"
echo -e "$(cat "$tmpfile") - uploaded $RIGHTNOW - expires $EXPIRES\n" >> ~/$APPLICATION.log
echo "See ~/$APPLICATION.log for all transfers."
echo "\n\nSee ~/$APPLICATION.log for all transfers.\n"
# cleanup
rm -f $tmpfile