Adds a cron-driven CLI command that emails the GM a player attendance summary at noon on the session date, skipping automatically if the game was canceled or today isn't game day, and tracking last-sent date so it won't double-send. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 lines
140 B
Text
2 lines
140 B
Text
*/2 * * * * cd /app && ./awp-cli check >> /app/logs/cron.log 2>&1
|
|
0 12 * * * cd /app && ./awp-cli gameday-notice >> /app/logs/cron.log 2>&1
|