mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-lte-firmware-upgrade: make notification silent
This commit is contained in:
parent
06b93ca6c2
commit
a78d9d0470
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
:if (($Firmware->"installed") != ($Firmware->"latest")) do={
|
||||
$SendNotification ("LTE firmware upgrade") \
|
||||
("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
||||
"LTE interface " . $IntName . " on " . $Identity . ".");
|
||||
"LTE interface " . $IntName . " on " . $Identity . ".") "" "true";
|
||||
:set SentLteFirmwareUpgradeNotification ($Firmware->"latest");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue