upload-backup: pass origin to $SendNotification2

This commit is contained in:
Christian Hesse 2021-04-27 21:49:39 +02:00
parent 0d249d6da4
commit 9fc75f5932

View file

@ -80,7 +80,8 @@ $WaitFullyConnected;
}
}
$SendNotification2 ({ subject=[ $IfThenElse ($Failed > 0) \
$SendNotification2 ({ origin=$0; \
subject=[ $IfThenElse ($Failed > 0) \
([ $SymbolForNotification "warning-sign" ] . "Backup & Config upload with failure") \
([ $SymbolForNotification "floppy-disk" ] . "Backup & Config upload") ]; \
message=("Backup and config export upload for " . $Identity . ".\n\n" . \