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