]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add newline
authorHolger Levsen <holger@layer-acht.org>
Fri, 9 Nov 2012 12:09:58 +0000 (13:09 +0100)
committerHolger Levsen <holger@layer-acht.org>
Fri, 9 Nov 2012 12:09:58 +0000 (13:09 +0100)
liveboot_testdeploy.sh

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