Closed ghostwords closed 8 months ago
Probably easiest to notify via emails from Cron. I think Cron emails on any output by default. We can write any failures to stderr from the script and then silence regular stdout and send stderr to stdout (... 2>&1 >/dev/null) in the crontab.
... 2>&1 >/dev/null
Related to #19.
Probably easiest to notify via emails from Cron. I think Cron emails on any output by default. We can write any failures to stderr from the script and then silence regular stdout and send stderr to stdout (
... 2>&1 >/dev/null
) in the crontab.Related to #19.