From d56a1fad21e52f68e9aa0d647c25d8f5bc649e27 Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Sun, 17 Jun 2018 11:38:11 +0100 Subject: [PATCH] Add carriage returns for log output formating. --- 020_zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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