tamenti
05-21-2002, 10:15 AM
My cronjobs wont work :(
I finally figured out how to update my dyndns.dk domain via the terminal and curl.
So now I want it to do it via cron, naturally. I followed the tip her on how to make a user crontab file. it looks like this (without the header):
#min hour mday month wday user command
* * * * * curl 'my url'
But it just wont do anything. I did the "crontab mycrontab" command.
The curl command works perfectly in the terminal, so I think the problem lies in cron. Does the file mycrontab need any special privileges?
I finally figured out how to update my dyndns.dk domain via the terminal and curl.
So now I want it to do it via cron, naturally. I followed the tip her on how to make a user crontab file. it looks like this (without the header):
#min hour mday month wday user command
* * * * * curl 'my url'
But it just wont do anything. I did the "crontab mycrontab" command.
The curl command works perfectly in the terminal, so I think the problem lies in cron. Does the file mycrontab need any special privileges?