From 1e21000cc4b328a2ce7dbc1e1090a8d770466c04 Mon Sep 17 00:00:00 2001 From: francis Date: Fri, 6 Jun 2008 23:24:10 +0000 Subject: This was slowing it down. --- script/restart-mongrel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/restart-mongrel') diff --git a/script/restart-mongrel b/script/restart-mongrel index e88ba1112..35c0468f4 100755 --- a/script/restart-mongrel +++ b/script/restart-mongrel @@ -22,8 +22,8 @@ then then rm log/mongrel.pid fi - ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d --debug + ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d else - ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d --debug + ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d fi -- cgit v1.2.3