From 4d7891cf143ef69add60a83318ba6d7f109c0bac Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 6 Mar 2022 11:55:37 +0000 Subject: [PATCH] Fix mailing of daily statistics --- cookbooks/web/templates/default/statistics.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5