From c685e0362837e1ce83937fe01df323cb3cd9080f Mon Sep 17 00:00:00 2001 From: joshua stein Date: Thu, 12 Jul 2012 13:32:09 -0500 Subject: [PATCH] sync production sphinx config --- script/start_searchd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/start_searchd b/script/start_searchd index e0466e5..c6e4151 100755 --- a/script/start_searchd +++ b/script/start_searchd @@ -1,4 +1,5 @@ #!/bin/sh cd /d/rails/lobsters -sudo -u lobsters env RAILS_ENV=production bundle19 exec rake19 thinking_sphinx:start +sudo -u lobsters env RAILS_ENV=production bundle19 exec rake19 thinking_sphinx:rebuild +#sudo -u lobsters env RAILS_ENV=production bundle19 exec rake19 thinking_sphinx:start