Ok, might have found a glitch...
Was hoping to see the new 'weekly' report show up which was scheduled to run Monday morning at 1:00am, however I think there's an error in fcrontab:
00 01 * * Monday root /usr/local/bin/squint.cron.sh weekly
I don't know if it matters or not, but I think that instead of 'Monday' it was supposed to be '1' so the whole line should have read:
00 01 * * 1 root /usr/local/bin/squint.cron.sh weekly
If anyone knows how to change it, let me know because my attempts to edit fcrontab have yet-so-far failed.