mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 10:04:28 +02:00
unattended-lte-firmware-upgrade: add missing colon
This commit is contained in:
parent
900820b519
commit
770397d029
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
:foreach Interface in=[ / interface lte find ] do={
|
||||
:local Firmware;
|
||||
:local IntName [ / interface lte get $Interface name ];
|
||||
do {
|
||||
:do {
|
||||
:set 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" ] ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue