Cron job problem?

Status
Not open for further replies.

Tarzan

New Member
Messages
66
Reaction score
0
Points
0
Hi!
I have a cron job that hasn't been running for two days. I thought it might have been something that I did, but now I saw another thread on the same topic. Any known problems?
(I'm on starka if that matters)

Code:
key=$RANDOM; echo $key > /home/username/public_html/.cron_key.txt; wget -O - http://adress/cronscript.php?cron_key=$key >>/home/username/log_file.txt 2>&1
I even tried to make a temporary cron job without luck. Should I troubleshoot or just wait?
 

Anna

I am just me
Staff member
Messages
11,739
Reaction score
579
Points
113
I've given the cron daemon a kick on your server, should be good to go now
 
Status
Not open for further replies.
Top