diff options
-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" . \ |