summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-03-27 17:46:46 -0400
committerEliot Horowitz <eliot@10gen.com>2009-03-27 17:46:46 -0400
commit59670e6b7d7358c1c497435488be274a3fac71bf (patch)
tree4408554a97bb1eedfc758b14b999211c7ff30ffa /bin
parentd417bc0802cded247072ed05fb6b73b998aa7ef0 (diff)
downloadmongo-59670e6b7d7358c1c497435488be274a3fac71bf.tar.gz
./db/db -> mongod
Diffstat (limited to 'bin')
-rw-r--r--bin/run.tcsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run.tcsh b/bin/run.tcsh
index 912a437237f..44689aecca8 100644
--- a/bin/run.tcsh
+++ b/bin/run.tcsh
@@ -11,7 +11,7 @@ while ( 1 == 1 )
if ( -f log/run.log.1 ) mv log/run.log.1 log/run.log.2
if ( -f log/run.log ) mv log/run.log log/run.log.1
- ./db/db --master >& log/run.log
+ ./mongod --master >& log/run.log
sleep 2
end