X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..9506b2a9f6cfc2bf3fcf41b0ac351f7af0a9b4ab:/cookbooks/web/templates/default/statistics.erb diff --git a/cookbooks/web/templates/default/statistics.erb b/cookbooks/web/templates/default/statistics.erb index 175f0a9e8..a42357ba8 100644 --- a/cookbooks/web/templates/default/statistics.erb +++ b/cookbooks/web/templates/default/statistics.erb @@ -1,7 +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 -<%= @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