mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 01:04:55 +02:00
upload-backup: hint failure in subject
This commit is contained in:
parent
1cb7194ec5
commit
8425290d1d
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue