Add carriage returns for log output formating.
This commit is contained in:
parent
91f5c412d9
commit
d56a1fad21
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue