diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-17 11:23:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-17 11:23:17 +0200 |
commit | d1cba3fc057a71cc2ad4d88450e492f58669ce7f (patch) | |
tree | b2babe813d888b9f89a48b2700b4250b0d5f98f6 /upload-backup | |
parent | e0fe98a27410f415e296bba69c4587847ddd4781 (diff) |
upload-backup: add symbol in notification
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" . \ |