From: Holger Levsen Date: Fri, 9 Nov 2012 12:09:58 +0000 (+0100) Subject: add newline X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=a0a6553bbcb702104c4febc77ba242cc040b7528;p=profitbricks%2Fjenkins-build-scripts.git add newline --- 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."