reboot script

Does anyone have router reboot script. Please write it here. Thank you

What do you exactly want it to do?

I want server to reboot everyday at 11:59 AM

try this:

/system scheduler add name=reboot interval=24h start-time=11:59:00 on-event={/system reboot} disabled=no

Edgars

thanks a lot. It works.