Hello ![]()
There is something that forces the cli to reload the files or the scripts?
Example, if I add a script and immediately execute it, it gives “not found”:
[admin@MikroTik] > /system script print
Flags: I - invalid
[admin@MikroTik] > /system script add name=test source=":put hello"
[admin@MikroTik] > /system script run 0
no such item
[admin@MikroTik] >
However if I put a delay of one second between the creation and the execution it works. This also happens with fetch command, I try get the content of the file downloaded but it gives always “not found” until I print the files list.
Thanks.