Hi, I have created a bash script to run every hour at 15 minutes past. It just downloads an image, does some processing with imagemagick and then saves it to make available for a webpage.
I have recently updated the script to do some further image processing, however the scheduled tasks seems to be running the old version of the script. When I run the script directly from the console the correct script is run and the image is updated.
I have tried deleting all of the old tasks and creating a new one pointing to the new script, but this does not run the new script. I have even tried renaming the script and moving it to a different folder, but the old task is still run... I really don't know whats going on, other than some kind of caching in operation, but then I would have thought a new filename would have sorted that out.
Any suggestions would be helpful. Thanks