Koozali.org: home of the SME Server

Can't get CRON job working properly

Henrik

Can't get CRON job working properly
« on: August 29, 2003, 02:04:50 PM »
I have to jobs placed in /etc/cron.d

gameslog1
gameslog2

gameslog1: Works fine as it should - run every hour:

*/60 * * * * root /home/sof2logger/gwj2.sh

Then now i want it to only run once a day at a specific time:

gameslog2: Nothing happens... never runs:

30 23 * * * root /home/sof2logger/gwj2.sh

What am i doing wrong?

btw: they have the same owner and permissons.

/Henrik