aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/foimongreld.ugly2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/foimongreld.ugly b/config/foimongreld.ugly
index 68c16dff4..5be87f9bf 100644
--- a/config/foimongreld.ugly
+++ b/config/foimongreld.ugly
@@ -22,7 +22,7 @@ function stop_mongrel {
if [ -e $PIDFILE ]
then
- su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop -d -p $PORT -P $PIDFILE"
+ su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop -p $PORT -P $PIDFILE"
sleep 5s
if [ -e $PIDFILE ]
then