diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 22:10:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | 34ab2837a806f6668aca4590b4e19b1ccfe96752 (patch) | |
tree | 44d1323f6917d99d2433067f6b0115a5aea57d4a /email-backup | |
parent | d2560db5c96b5e2679178fd4f6595af89cab0801 (diff) |
email-backup: add symbol in e-mail
That's easy now that we use $SendEMail2...
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/email-backup b/email-backup index 0ba4d45..75fc6df 100644 --- a/email-backup +++ b/email-backup @@ -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" . \ |