diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 22:26:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | 9e8170749132d3e2e5a98160d94b79be1ef4f90e (patch) | |
tree | 2cc76b43f23ad7e553c01b0aec2c4bc06936d636 | |
parent | aa4ad27b0a5b540e9052f6b4ff8cba29a72b04d3 (diff) |
email-backup: add second symbol
-rw-r--r-- | email-backup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/email-backup b/email-backup index 75fc6df..d09ae2a 100644 --- a/email-backup +++ b/email-backup @@ -68,7 +68,8 @@ $WaitFullyConnected; # send email with status and files $SendEMail2 ({ origin=$0; \ - subject=([ $SymbolForNotification "floppy-disk" ] . "Backup & Config"); \ + subject=([ $SymbolForNotification "floppy-disk,incoming-envelope" ] . \ + "Backup & Config"); \ message=("See attached files for backup and config export for " . \ $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ |