aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
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