commit fa398a89a0250426401c8328dc156691cb46cf61 parent 38df2fc85c1eacad9d0838b0d5d5d35f2f34125b Author: Anders Damsgaard <andersd@riseup.net> Date: Wed, 3 Jan 2018 19:10:48 -0800 Update crontab example for sending at 6 AM Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -12,4 +12,4 @@ Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`. To get the weather forecast in your inbox every morning, add an entry to crontab (using e.g. `crontab -e`): - 06 00 * * * cd ~/nws-forecast-mailer && bash fetch_and_mail.sh + 00 06 * * * cd ~/nws-forecast-mailer && bash fetch_and_mail.sh