disable tripwire when starting sphinx

This commit is contained in:
joshua stein 2013-06-25 13:57:07 -05:00
parent b1e9e359a3
commit ee6a27beb3

View file

@ -2,4 +2,4 @@
cd /d/rails/lobsters
# rebuild does a start
sudo -u lobsters env RAILS_ENV=production bundle19 exec rake19 thinking_sphinx:rebuild
sudo -u lobsters -H env RAILS_ENV=production NO_TRIPWIRE=1 bundle19 exec rake19 thinking_sphinx:rebuild