I am trying to run bash script as a cron job every 15 minutes.
The bash script simple calls a Java program. I made an entry in crontab to run the file every 15 minutes and saved it but it would not do anything ?
crontab -e
*/15 * * * * /home/marshell/graphite_cronjobs/Run_Cron_Read_Send_CapacityData_To_Graphite.sh
Run_Cron_Read_Send_CapacityData_To_Graphite.sh
java Cron_Read_Send_CapacityData_To_Graphite >> Cron_Read_Send_CapacityData_To_Graphite.log