diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-19 17:08:55 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-19 17:08:55 +0100 |
commit | 21cf6d49bbc0c3aebba6faa200a1ac125679c236 (patch) | |
tree | ac87c6e290f7bc9bf577a4c359c882c7fb233db5 /backup-upload.rsc | |
parent | 4b8854946dca65b63633d9ef0647cd15ba3155c3 (diff) |
backup-upload: fix the upload symbol...
... which broke with commit 080bef89a934980271a50eed25a494a0bc33d007.
Diffstat (limited to 'backup-upload.rsc')
-rw-r--r-- | backup-upload.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-upload.rsc b/backup-upload.rsc index fc438d6..063cfb2 100644 --- a/backup-upload.rsc +++ b/backup-upload.rsc @@ -138,7 +138,7 @@ $WaitFullyConnected; $SendNotification2 ({ origin=$0; \ subject=[ $IfThenElse ($Failed > 0) \ ([ $SymbolForNotification "floppy-disk,warning-sign" ] . "Backup & Config upload with failure") \ - ([ $SymbolForNotification "floppy-disk,up-arrow" ] . "Backup & Config upload") ]; \ + ([ $SymbolForNotification "floppy-disk,arrow-up" ] . "Backup & Config upload") ]; \ message=("Backup and config export upload for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ [ $FileInfo "Backup file" $BackupFile ] . "\n" . \ |