Hello, I have a job that I want to run using the CRON. I want it to run every 15 minutes but it appears that it is not running when it should. I just used the crontab -e and added it... the path and everything is fine so maybe one of you can pick something up:
15,30,45,59 * * * * . /unix_scripts/space_check/space.sh
Thanks!!!
15,30,45,59 * * * * . /unix_scripts/space_check/space.sh
Thanks!!!