mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Fix auto_update notification
This commit is contained in:
parent
5833ee947a
commit
72fabd6165
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ then
|
|||
else
|
||||
result="Failed"
|
||||
fi
|
||||
msg="Build: $app_name version $app_version\n"
|
||||
msg+="$(cat ${app_name}_build_temp.log)"
|
||||
echo -e "$msg" | mail.mailutils -a "Content-Type: text/plain; charset=UTF-8" -s "Autoupgrade $app_name : $result" "$notify_email"
|
||||
msg="Build: $app_name version $app_version"
|
||||
|
||||
echo "$msg" | mail.mailutils --content-type="text/plain; charset=UTF-8" -A "${app_name}_build_temp.log" -s "Autoupgrade $app_name : $result" "$notify_email"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue