Neon 5.17.
My crontab has two entries:
(they're little scripts to fetch and convert cloud images for xplanetFX).
The first one, set to run at 46 minutes past the hour every even hour, runs just fine.
The second one, set to run at 42 minutes past the hour every odd hour, never runs.
If I run it "manually" in a console, copy-pasting it exactly as it is, it runs just fine.
It just won't cron.
I can't see anything wrong with the crontab entry, though. Can you?
My crontab has two entries:
Code:
46 */2 * * * /home/not/.xplanetFX/xeric.sh >>~/Documents/cron.log 42 1-23/2 * * * /home/not/.xplanetFX/xcloud.sh >>~/Documents/cron.log
The first one, set to run at 46 minutes past the hour every even hour, runs just fine.
The second one, set to run at 42 minutes past the hour every odd hour, never runs.
If I run it "manually" in a console, copy-pasting it exactly as it is, it runs just fine.
It just won't cron.
I can't see anything wrong with the crontab entry, though. Can you?
Comment