]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/statistics.erb
Disable warnings from the daiy statistics script
[chef.git] / cookbooks / web / templates / default / statistics.erb
index ccfe956cc3fa958a72d2b4a68604d9e0ac7088d8..a42357ba8e2f3ac4203ad14faaac4b15819c9f9c 100644 (file)
@@ -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