]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
display mail body correctly
authorHolger Levsen <holger@layer-acht.org>
Fri, 9 Nov 2012 11:56:26 +0000 (12:56 +0100)
committerHolger Levsen <holger@layer-acht.org>
Fri, 9 Nov 2012 11:56:26 +0000 (12:56 +0100)
liveboot_testdeploy.sh

index d286003893bd06acd94d9e81b46b03d3c2b7cca6..48ad9dcbdce5209d140567b3488e602ba4011dc6 100755 (executable)
@@ -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)."