aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorfrancis <francis>2008-06-06 23:24:10 +0000
committerfrancis <francis>2008-06-06 23:24:10 +0000
commit1e21000cc4b328a2ce7dbc1e1090a8d770466c04 (patch)
treeda42fe96182dd8557d7371374d11ceb87e3149f8 /script
parent9e7d0106e24d6c5772ff696b8c380cc1591ce762 (diff)
This was slowing it down.
Diffstat (limited to 'script')
-rwxr-xr-xscript/restart-mongrel4
1 files changed, 2 insertions, 2 deletions
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