From: Tom Hughes Date: Sun, 6 Mar 2022 11:55:37 +0000 (+0000) Subject: Fix mailing of daily statistics X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4d7891cf143ef69add60a83318ba6d7f109c0bac Fix mailing of daily statistics --- diff --git a/cookbooks/web/templates/default/statistics.erb b/cookbooks/web/templates/default/statistics.erb index db1fd40ed..30a23a7ac 100644 --- a/cookbooks/web/templates/default/statistics.erb +++ b/cookbooks/web/templates/default/statistics.erb @@ -13,4 +13,4 @@ export PATH=$PATH:/usr/local/bin rsync --quiet <%= @directory %>/tmp/data_stats.html planet.openstreetmap.org::statistics # Mail statistics to Blackadder -mail -s "OpenStreetMap Statistics" blackadderajr@gmail.com < /store/rails/stats/data_stats.html +mail -s "OpenStreetMap Statistics" blackadderajr@gmail.com < <%= @directory %>/tmp/data_stats.html