Hello All,
I’m brand new to the forums here and pretty new to RouterOS scripting so I apologize if this question is naive.
It appears that the policy set on a script is not applied when running the script in terminal with ‘/system script run scriptName’. Is this the expected behaviors and is there a way to have the policy apply even when run from terminal?
I confirmed this by making a one line script that disables an interface. I set it’s policy to read only. In the WinBox script GUI when I hit run it does nothing. On terminal when I run it the interface is disabled.
I want to use terminal as part of my iterative script writing process but would feel safer if polices were still applied and by buggy scripts couldn’t destroy the system.
Thanks in advance.