2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Cloudron Team,
|
|
|
|
|
|
2016-04-19 18:04:45 -07:00
|
|
|
Unfortunately <%= program %> on <%= fqdn %> failed unexpectedly!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
Please see some excerpt of the logs below.
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
Your Cloudron
|
|
|
|
|
|
|
|
|
|
-------------------------------------
|
|
|
|
|
|
2015-09-14 17:25:27 -07:00
|
|
|
<%- context %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|