From: Marjan Schiller Date: Wed, 12 Jun 2013 15:06:15 +0000 (+0200) Subject: Fix for autotest_result_mail.sh X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ef27a878c304f3a6f184ff1e58cf7dbc4dfbf9c1;p=profitbricks%2Fjenkins-build-scripts.git Fix for autotest_result_mail.sh --- diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 4a9a589..de3be96 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -40,7 +40,7 @@ echo "Mailcontent: $MAIL_CONTENT" # # send announcement mail # -cat $MAIL_CONTENT | /usr/sbin/sendmail -t +cat '$MAIL_CONTENT' | /usr/sbin/sendmail -t echo echo "Ok, announcement mail sent."