]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/statistics.erb
Send changeset download requests to cgimap
[chef.git] / cookbooks / web / templates / default / statistics.erb
index 175f0a9e8d712d7731cbed02923b61d9cbefd4b7..4fc94857ecfd3987240454c2c57f736185aeb152 100644 (file)
@@ -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 %> <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html
 
 # Move new statistics into place
 mv -f <%= @directory %>/tmp/data_stats.html /store/rails/stats