X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b8cf59b1443e4efad7b9b75cee089394f03eaa33..911c341fc1a9c341fe1aadfcdf6ce32864180ae7:/cookbooks/web/templates/default/statistics.erb diff --git a/cookbooks/web/templates/default/statistics.erb b/cookbooks/web/templates/default/statistics.erb index 87386a23d..ccfe956cc 100644 --- a/cookbooks/web/templates/default/statistics.erb +++ b/cookbooks/web/templates/default/statistics.erb @@ -4,7 +4,7 @@ export PATH=$PATH:/usr/local/bin # Generate new statistics -<%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html +<%= @ruby %> <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html # Move new statistics into place mv -f <%= @directory %>/tmp/data_stats.html /store/rails/stats