From f653ddc230941eb6a026b48783de5e1b350ad272 Mon Sep 17 00:00:00 2001 From: Marjan Schiller Date: Fri, 14 Jun 2013 15:22:42 +0200 Subject: [PATCH] Added mailto token. --- autotest_result_mail.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index d84c42d..8595791 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -36,6 +36,7 @@ fi # Replace the place holders MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} MAIL_CONTENT=${MAIL_CONTENT///$BUILD_NUMBER} +MAIL_CONTENT=${MAIL_CONTENT///$MAIL_TO} echo "Mailcontent: $MAIL_CONTENT" -- 2.39.5