Update unattended-lte-firmware-upgrade.rsc - Omit once

Omit `once` from the `lte/firmware-upgrade $IntName as-value` command
This commit is contained in:
ch 2024-06-09 13:13:59 +02:00 committed by GitHub
parent cd4ac2c088
commit 20180176d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 . ".");
} }