aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-11-17 13:27:30 +0000
committerfrancis <francis>2008-11-17 13:27:30 +0000
commit06b3794c38182db07142ad18f3535cfff73b0099 (patch)
tree567d957671f82779859c7eee1cf18332738f5e01
parentd56a7d1a848fe03c85cee384145290236bb75d28 (diff)
No -d on stop
-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