script update

hi. i am running a mikrotik 750 in my home and i have a ddns service from dynu. i did follow the guide from this link https://www.dynu.com/DynamicDNS/IPUpdateClient/Mikrotik-Dynamic-DNS and it worked at once. the only problem is that the mikrotik it does not update the script, unless i issue it on winbox ’

run script

'. i tried to issue from ssh

/system scheduler add comment="Update Dynu DDNS" interval=5m name=ddns_sheduller \
on-event="/system script run Dynu\r\n" policy=read,write,test start-time=startup

but without any luck. i would appreaciate any help available please.

Policies of the scheduler should correspond to the policies of the script. Expecting the name is correct of course…
Use just a plain name of the script in the scheduler.

I am afraid that i have the name correct, but it does not update, unless i run it manually.

Any ideas please?

You will have to wait 5 minutes before it is executed the first time. Also look at the last part “start-time=startup” and can cause conflicts because of “startup” and I would not use “start-time=startup” here.

RouterOS is evolving all the time, something what was good last year can now be changed ant not more working in that way.

thanks a lot for the reply. i was waiting for more than 2 days before posting to the forum, not only 5 minutes.
regarding the start-time=startup what do i have to put there?
Is it something wrong with my config and it does not update automatically. it works only if i press the run script button