Fixed email sending in makepending script
This commit is contained in:
parent
fb5de856f8
commit
e92f567b83
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ address=ruben@trisquel.info
|
||||||
echo "Subject: Compiling updates
|
echo "Subject: Compiling updates
|
||||||
To: $address
|
To: $address
|
||||||
|
|
||||||
$(cat $FILE)" | $TEST /usr/sbin/sendmail -f watchdog@devel.trisquel.info -h correo.sognus.com
|
$(cat $FILE)" | $TEST /usr/sbin/sendmail -f watchdog@devel.trisquel.info -h correo.sognus.com -t $address
|
||||||
}
|
}
|
||||||
|
|
||||||
grep -q makepackage $FILE && $TEST report
|
grep -q makepackage $FILE && $TEST report
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue