Skip to content
Snippets Groups Projects
Commit e92f567b authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Fixed email sending in makepending script

parent fb5de856
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ address=ruben@trisquel.info
echo "Subject: Compiling updates
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment