1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

upload-backup: add symbol in notification

This commit is contained in:
Christian Hesse
2020-07-17 11:23:17 +02:00
parent e0fe98a274
commit d1cba3fc05

View File

@@ -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" . \