To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / config / cron.daily / 15-get-statistics

History | View | Annotate | Download (150 Bytes)

1 1586:d0d59d12db94 Chris
#!/bin/bash
2 1590:c18460da6620 Chris
3 1586:d0d59d12db94 Chris
sudo -u code sh -c "cd /var/www/code ; ./script/rails runner -e production extra/soundsoftware/get-statistics.rb >> log/statistics.log"