From a0a6553bbcb702104c4febc77ba242cc040b7528 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Nov 2012 13:09:58 +0100 Subject: [PATCH] add newline --- liveboot_testdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_testdeploy.sh b/liveboot_testdeploy.sh index 48ad9dc..fc95bb6 100755 --- a/liveboot_testdeploy.sh +++ b/liveboot_testdeploy.sh @@ -122,7 +122,7 @@ if [ ! -e $MAIL ] ; then echo "$MAIL does not exist, something wrong with liveboot-web?" exit 1 fi -mailtextbody < $MAIL +mailtextbody < $MAIL ; echo cat $MAIL | /usr/sbin/sendmail $MAILTO echo echo "Ok, mail to $MAILTO send." -- 2.39.5