Hi!
If I type "halt" in a shell, it works as expected and the router halts itself (I know, it's not totally powered off).
But if I add "halt" to a cronjob, it doesn't halt the router but performs an unwanted reboot at the given time:
Is there something wrong with the cronjob command? How can I make it halt instead of reboot the router?
If I type "halt" in a shell, it works as expected and the router halts itself (I know, it's not totally powered off).
But if I add "halt" to a cronjob, it doesn't halt the router but performs an unwanted reboot at the given time:
Bash:
cru a Shutdown "30 2 * * * halt"
Is there something wrong with the cronjob command? How can I make it halt instead of reboot the router?