upload-backup: hint failure in subject

This commit is contained in:
Christian Hesse 2020-10-07 23:18:48 +02:00
parent 1cb7194ec5
commit 8425290d1d

View file

@ -66,8 +66,10 @@
}
}
$SendNotification ([ $SymbolForNotification [ $IfThenElse ($Failed > 0) "warning-sign" "floppy-disk" ] ] . "Backup & Config Upload") \
("Backup and config export upload for " . $Identity . ".\n\n" . \
$SendNotification [ $IfThenElse ($Failed > 0) \
([ $SymbolForNotification "warning-sign" ] . "Backup & Config upload with failure") \
([ $SymbolForNotification "floppy-disk" ] . "Backup & Config upload") ] \
("Backup and config export upload for " . $Identity . ".\n\n" . \
[ $DeviceInfo ] . "\n\n" . \
"Backup file: " . $BackupFile . "\n" . \
"Config file: " . $ConfigFile) "" "true";