backup-cloud: keep floppy emoji for failure

This commit is contained in:
Christian Hesse 2023-01-02 23:37:22 +01:00
parent 2f774f723d
commit 4f931db1c3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ $WaitFullyConnected;
"Download key: " . $Cloud->"secret-download-key"); silent=true });
} on-error={
$SendNotification2 ({ origin=$0; \
subject=([ $SymbolForNotification "warning-sign" ] . "Cloud backup failed"); \
subject=([ $SymbolForNotification "floppy-disk,warning-sign" ] . "Cloud backup failed"); \
message=("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]) });
$LogPrintExit2 error $0 ("Failed uploading backup for " . $Identity . " to cloud!") true;
}