Files
cloudron-box/src/mail_templates/unexpected_exit.ejs
T

21 lines
314 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
2016-04-19 18:39:44 -07:00
Unfortunately <%= program %> on <%= fqdn %> exited unexpectedly!
Please see some excerpt of the logs below:
-------------------------------------
2015-09-14 17:25:27 -07:00
<%- context %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>