macster2075
Very Senior Member
Hi guys..
Can anyone confirm the following code would auto reboot my router every Sunday at 6am?
#!/bin/sh
cru a ScheduledReboot "0 6 * * 0 /sbin/reboot"
I found a site that explains on how to set it, so I created my own, but I am afraid to enter as I don't want to mess anything up haha!
Also, is there a script to clear or remove any entry for auto reboot?.
Thank you.
Can anyone confirm the following code would auto reboot my router every Sunday at 6am?
#!/bin/sh
cru a ScheduledReboot "0 6 * * 0 /sbin/reboot"
I found a site that explains on how to set it, so I created my own, but I am afraid to enter as I don't want to mess anything up haha!
Also, is there a script to clear or remove any entry for auto reboot?.
Thank you.