mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
unattended-lte-firmware-upgrade: act on running interfaces only
The firmware is downloaded over the air, so broadband connection is required.
This commit is contained in:
parent
c9854fa800
commit
fcbfb568da
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# schedule unattended lte firmware upgrade
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/unattended-lte-firmware-upgrade.md
|
||||
|
||||
:foreach Interface in=[ / interface lte find ] do={
|
||||
:foreach Interface in=[ / interface lte find where running ] do={
|
||||
:local Firmware;
|
||||
:local IntName [ / interface lte get $Interface name ];
|
||||
:do {
|
||||
|
|
Loading…
Reference in a new issue