18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
|
|
<%if (format === 'text') { %>
|
||
|
|
|
||
|
|
Dear Cloudron Team,
|
||
|
|
|
||
|
|
Backup of <%= fqdn %> failed.
|
||
|
|
|
||
|
|
Thank you,
|
||
|
|
Your Cloudron
|
||
|
|
|
||
|
|
-------------------------------------
|
||
|
|
|
||
|
|
<%- message %>
|
||
|
|
|
||
|
|
<% } else { %>
|
||
|
|
|
||
|
|
<% } %>
|
||
|
|
|