From ebac7e9e2b1e778750e4e90c02621f1273907e2a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 29 Sep 2008 21:24:21 +0200 Subject: fix subject one + too much Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index b991ee0..3141e2a 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -227,7 +227,7 @@ fi # Finally, all done. Mail the log, exit. if [ -n "${MAILTO}" ]; then - mail -e -s "${PROGRAM} ($(hostname)) - archive sync finished on $(date +"+%Y.%m.%d-%H:%M:%S")" ${MAILTO} < ${LOG} + mail -e -s "${PROGRAM} ($(hostname)) - archive sync finished on $(date +"%Y.%m.%d-%H:%M:%S")" ${MAILTO} < ${LOG} fi rm -f $LOCK -- cgit v1.2.3