email-backup: add symbol in e-mail

That's easy now that we use $SendEMail2...
This commit is contained in:
Christian Hesse 2021-04-29 22:10:38 +02:00
parent d2560db5c9
commit 34ab2837a8
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
:global RandomDelay;
:global ScriptFromTerminal;
:global SendEMail2;
:global SymbolForNotification;
:global WaitForFile;
:global WaitFullyConnected;
@ -67,7 +68,7 @@ $WaitFullyConnected;
# send email with status and files
$SendEMail2 ({ origin=$0; \
subject=("Backup & Config"); \
subject=([ $SymbolForNotification "floppy-disk" ] . "Backup & Config"); \
message=("See attached files for backup and config export for " . \
$Identity . ".\n\n" . \
[ $DeviceInfo ] . "\n\n" . \