20 lines
268 B
Plaintext
20 lines
268 B
Plaintext
|
|
<%if (format === 'text') { %>
|
||
|
|
|
||
|
|
Dear Cloudron Team,
|
||
|
|
|
||
|
|
Unfortunately <%= program %> on <%= fqdn %> exited unexpectedly!
|
||
|
|
|
||
|
|
Please see some excerpt of the logs below.
|
||
|
|
|
||
|
|
Thank you,
|
||
|
|
Your Cloudron
|
||
|
|
|
||
|
|
-------------------------------------
|
||
|
|
|
||
|
|
<%- context %>
|
||
|
|
|
||
|
|
<% } else { %>
|
||
|
|
|
||
|
|
<% } %>
|
||
|
|
|