X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/40bc7fd7504ffd5f5b2f6805dc47136067f054ba..0559aa7bdc5548f7a90b8585a6fea369e2f358ac:/cookbooks/web/templates/default/statistics.erb?ds=sidebyside diff --git a/cookbooks/web/templates/default/statistics.erb b/cookbooks/web/templates/default/statistics.erb index 4fc94857e..a42357ba8 100644 --- a/cookbooks/web/templates/default/statistics.erb +++ b/cookbooks/web/templates/default/statistics.erb @@ -7,7 +7,7 @@ set -e export PATH=$PATH:/usr/local/bin # Generate new statistics -<%= @ruby %> <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html +<%= @ruby %> -W0 <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html # Move new statistics into place mv -f <%= @directory %>/tmp/data_stats.html /store/rails/stats