mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 09:44:35 +02:00
check-lte-firmware-upgrade: fix command for ROS 7.x
This commit is contained in:
parent
c4a5f8787a
commit
7bd40b34f1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
($Firmware->"latest") . ".") false;
|
||||
} else={
|
||||
:if (($Firmware->"installed") != ($Firmware->"latest")) do={
|
||||
:local Info [ / interface lte info $Interface once as-value ];
|
||||
:local Info [ / interface lte monitor $Interface once as-value ];
|
||||
$SendNotification2 ({ origin=$0; \
|
||||
subject=([ $SymbolForNotification "sparkles" ] . "LTE firmware upgrade"); \
|
||||
message=("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue