Configure script doesn't get applied with NetInstall

Hi guys, I have built custom script which we upload with NetInstall to MikroTik hAP before it gets shipped to our customers. I don’t have any problem with it for hAP, but I cannot do the same with CCR1016-12G. The NetInstall uploads routerOS correctly, but I cannot see the script changes on router anywhere. I thought it could be issue of the script, but I can apply it manually. Any idea what could be wrong or what I am doing wrong or how to diagnose this? I have tried 3 different versions of routerOS 6.36.4 (Bugfix only), 6.37.2 (Current) and 6.38rc37 (Release candidate) and I used the latest version 6.37.2 of NetInstall.

Cheers
David

Depends on what your script is doing. If script is used to access interfaces then it is possible that interface drivers are not loaded yet. Add delays.

I use the script for applying config to the router, so yes, it touches interfaces. I have delay of 60 seconds, which I think it should be enough, but correct me if I am wrong. Thanks

Sorted, user error. Sorry for this spam.