mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-02-23 08:39:34 +00:00
Update unattended-lte-firmware-upgrade.rsc - Omit once
Omit `once` from the `lte/firmware-upgrade $IntName as-value` command
This commit is contained in:
parent
cd4ac2c088
commit
20180176d1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
:local Firmware;
|
:local Firmware;
|
||||||
:local IntName [ /interface/lte/get $Interface name ];
|
:local IntName [ /interface/lte/get $Interface name ];
|
||||||
:do {
|
:do {
|
||||||
:set Firmware [ /interface/lte/firmware-upgrade $Interface once as-value ];
|
:set Firmware [ /interface/lte/firmware-upgrade $Interface as-value ];
|
||||||
} on-error={
|
} on-error={
|
||||||
:log debug ("Could not get latest LTE firmware version for interface " . $IntName . ".");
|
:log debug ("Could not get latest LTE firmware version for interface " . $IntName . ".");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue