From: Holger Levsen Date: Fri, 9 Nov 2012 12:12:59 +0000 (+0100) Subject: take mailto: from mail X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b068a9de937f33f94b81a64cc357c20fcc91c49a;p=profitbricks%2Fjenkins-build-scripts.git take mailto: from mail --- diff --git a/liveboot_testdeploy.sh b/liveboot_testdeploy.sh index fc95bb6..aef16e8 100755 --- a/liveboot_testdeploy.sh +++ b/liveboot_testdeploy.sh @@ -12,7 +12,6 @@ TESTSERVER=pserver2 TESTSERVER_MGMT_IP=192.168.178.49 TESTSERVER_MGMT_PASSWD_FILE=/etc/jenkins/pserver2.ipmi -MAILTO=liveboot-announce@profitbricks.com TFTP_TARGET=/srv/tftp/liveboot HTTP_TARGET=/var/www/liveboot/ @@ -123,9 +122,9 @@ if [ ! -e $MAIL ] ; then exit 1 fi mailtextbody < $MAIL ; echo -cat $MAIL | /usr/sbin/sendmail $MAILTO +cat $MAIL | /usr/sbin/sendmail -t echo -echo "Ok, mail to $MAILTO send." +echo "Ok, announcement mail sent." # # finish