mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-26 19:48:40 +02:00
backup-cloud: keep floppy emoji for failure
This commit is contained in:
parent
2f774f723d
commit
4f931db1c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue