X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0255400f731f8a4ce49e9745c7f2baa0bec208b6..0559aa7bdc5548f7a90b8585a6fea369e2f358ac:/cookbooks/web/templates/default/statistics.erb diff --git a/cookbooks/web/templates/default/statistics.erb b/cookbooks/web/templates/default/statistics.erb index ccfe956cc..a42357ba8 100644 --- a/cookbooks/web/templates/default/statistics.erb +++ b/cookbooks/web/templates/default/statistics.erb @@ -1,10 +1,13 @@ #!/bin/sh +# Abort on error +set -e + # Make sure /usr/local/bin is on the path 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