diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-02 23:37:22 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-02 23:49:26 +0100 |
commit | 4f931db1c39f1ef8a04aa4aab51a66a9ad4076cd (patch) | |
tree | b49ce6db7d30877eac6654a18f8010adaa068627 | |
parent | 2f774f723d6e1a29ab1eac46a4362e42c4ef8ac5 (diff) |
backup-cloud: keep floppy emoji for failure
-rw-r--r-- | backup-cloud | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-cloud b/backup-cloud index 3e55970..b75d5cb 100644 --- a/backup-cloud +++ b/backup-cloud @@ -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; } |