File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 }
4242
4343 :if (($Firmware->"installed") = ($Firmware->"latest")) do={
44- :if ([ $ScriptFromTerminal "check-lte-firmware-upgrade" ] = true) do={
44+ :if ([ $ScriptFromTerminal $0 ] = true) do={
4545 $LogPrintExit2 info $0 ("No firmware upgrade available for LTE interface " . $IntName . ".") false;
4646 }
4747 :return true;
4848 }
4949
50- :if ([ $ScriptFromTerminal "check-lte-firmware-upgrade" ] = true && \
50+ :if ([ $ScriptFromTerminal $0 ] = true && \
5151 [ :len [ /system/script/find where name="unattended-lte-firmware-upgrade" ] ] > 0) do={
5252 :put ("Do you want to start unattended lte firmware upgrade for interface " . $IntName . "? [y/N]");
5353 :if (([ /terminal/inkey timeout=60 ] % 32) = 25) do={
You can’t perform that action at this time.
0 commit comments