eworm-de / routeros-scripts

a collection of scripts for MikroTik RouterOS
GNU General Public License v3.0
1.27k stars 285 forks source link

Update unattended-lte-firmware-upgrade.rsc - Omit `once` #70

Closed netravnen closed 3 months ago

netravnen commented 3 months ago

Omit once from the lte/firmware-upgrade $IntName as-value command.

Closes #69

Before

[admin@RBLHGGR] > /system/script/run check-lte-firmware-upgrade 
info: An empty string is not a valid version.

After

[admin@RBLHGGR] > /system/script/run check-lte-firmware-upgrade 
info: No firmware upgrade available for LTE interface lte1.
eworm-de commented 3 months ago

Fixed with c2dd9de9b1789c81f2a7db14f5dbba87d5881286 (and 0a085e6610aadf546b936076f6e3ae68538b1cfa for check-lte-firmware-upgrade).