diff --git a/020_zsh.sh b/020_zsh.sh index 592c2e8..8976491 100644 --- a/020_zsh.sh +++ b/020_zsh.sh @@ -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