LTE band command issue

Hi all,
can someone able to explain to me why this command:

 /interface lte 
set [ find default-name=lte1 ] pin="6134" band="1,3,5,7,8"

wrote into terminal works, but if I try to execute via script, after system reset without default conf, do this error:

 error while running run-after-reset script: input does not match any value of band (/interface/lte/set (band); line 99)

The error persist even if I try to replace the [ find ] command with “set 0” command, even without qoutes.

I try to setup a CHATEAU LTE6 with 7.18.2 os.
Thank in advance
Rizio

Try to put some delay (eg. :delay 10) before executing lte commands on startup, can be that modem firmware was not initialized yet when command is executed. See in ROS logs when first lte log message appears and adjust delay accordingly.

Thank optio,
I’ll try.

Your suggestion it’s correct Optio, thank you.
I need to add

 :delay 60

before setup pin and band command but it work.

Rizio