From: Holger Levsen Date: Fri, 9 Nov 2012 11:56:26 +0000 (+0100) Subject: display mail body correctly X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=53f6ea6a0c4c70dd998924bf64df6296f93441e4;p=profitbricks%2Fjenkins-build-scripts.git display mail body correctly --- diff --git a/liveboot_testdeploy.sh b/liveboot_testdeploy.sh index d286003..48ad9dc 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 -head -33 $MAIL +mailtextbody < $MAIL cat $MAIL | /usr/sbin/sendmail $MAILTO echo echo "Ok, mail to $MAILTO send." @@ -132,5 +132,5 @@ echo "Ok, mail to $MAILTO send." # figlet Ok echo -echo "Please continue manual testing of $(basename $SOURCE_DIR)" +echo "Please continue manual testing of $(basename $SOURCE_DIR)."