diff options
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upload-backup b/upload-backup index 30e7047..6ad85ad 100644 --- a/upload-backup +++ b/upload-backup @@ -19,6 +19,7 @@ :global DeviceInfo; :global LogPrintExit; :global SendNotification; +:global SymbolForNotification; :if ($BackupSendBinary != true && \ $BackupSendExport != true) do={ @@ -58,7 +59,7 @@ } } -$SendNotification "Backup & Config Upload" \ +$SendNotification ([ $SymbolForNotification "floppy-disk" ] . "Backup & Config Upload") \ ("Backup and config export upload for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ |