...
[OPTIONAL] If you want hourly reports to be available immediately after the hour, add their generation to cronÂ
Code Block crontab -e 0 0* * * * /usr/local/opmantek/bin/opFlowReports-hourly.sh
Daily reports should already be in the cron, if you have added hourly reports above they are not needed but running the script will do no harm
Code Block crontab -e 0 1 * * * /usr/local/opmantek/bin/opFlowReports-daily.sh
...