mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-16 15:51:14 +02:00
check-lte-firmware-upgrade: remove workaround
This is fixed in 6.44beta75.
This commit is contained in:
parent
770397d029
commit
f60d99a254
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
||||||
:local IntName [ / interface lte get $Interface name ];
|
:local IntName [ / interface lte get $Interface name ];
|
||||||
:do {
|
:do {
|
||||||
:local Firmware [ / interface lte firmware-upgrade $Interface once as-value ];
|
:local Firmware [ / interface lte firmware-upgrade $Interface once as-value ];
|
||||||
# strip the extra line break (TODO: remove when fixed upstream)
|
|
||||||
:set ($Firmware->"latest") [ :pick ($Firmware->"latest") 0 [ :find ($Firmware->"latest") "\n" ] ];
|
|
||||||
|
|
||||||
:if ($SentLteFirmwareUpgradeNotification = ($Firmware->"latest")) do={
|
:if ($SentLteFirmwareUpgradeNotification = ($Firmware->"latest")) do={
|
||||||
:log debug ("Already sent the LTE firmware upgrade notification for version " . \
|
:log debug ("Already sent the LTE firmware upgrade notification for version " . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue