From 34ab2837a806f6668aca4590b4e19b1ccfe96752 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 29 Apr 2021 22:10:38 +0200 Subject: email-backup: add symbol in e-mail That's easy now that we use $SendEMail2... --- email-backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'email-backup') 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" . \ -- cgit v1.2.3-54-g00ecf