diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-03-27 17:46:46 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-03-27 17:46:46 -0400 |
commit | 59670e6b7d7358c1c497435488be274a3fac71bf (patch) | |
tree | 4408554a97bb1eedfc758b14b999211c7ff30ffa /bin | |
parent | d417bc0802cded247072ed05fb6b73b998aa7ef0 (diff) | |
download | mongo-59670e6b7d7358c1c497435488be274a3fac71bf.tar.gz |
./db/db -> mongod
Diffstat (limited to 'bin')
-rw-r--r-- | bin/run.tcsh | 2 |
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 |