mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-24 04:44:35 +02:00
upload-backup: add symbol in notification
This commit is contained in:
parent
e0fe98a274
commit
d1cba3fc05
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
:global DeviceInfo;
|
||||
:global LogPrintExit;
|
||||
:global SendNotification;
|
||||
:global SymbolForNotification;
|
||||
|
||||
:if ($BackupSendBinary != true && \
|
||||
$BackupSendExport != true) do={
|
||||
|
@ -58,7 +59,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$SendNotification "Backup & Config Upload" \
|
||||
$SendNotification ([ $SymbolForNotification "floppy-disk" ] . "Backup & Config Upload") \
|
||||
("Backup and config export upload for " . $Identity . ".\n\n" . \
|
||||
[ $DeviceInfo ] . "\n\n" . \
|
||||
"Backup file: " . $BackupFile . "\n" . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue