Merge pull request #11 from YunoHost/opi-patch-1

[enh] Change sender enveloppe
This commit is contained in:
Maniack Crudelis 2017-04-06 17:13:53 +02:00 committed by GitHub
commit d1de9a4d56

View file

@ -1154,7 +1154,7 @@ then
# Send the message by mail, if a address has been find
if [ -n "$dest" ]; then
mail -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message"
mail -a "From: yunohost@yunohost.org" -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message"
fi
fi