start_searchd: use system default ruby

This commit is contained in:
joshua stein 2016-07-19 20:07:47 -05:00
parent 64a2411bea
commit 5f04c3e52e
1 changed files with 1 additions and 1 deletions

View File

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