summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryellow <yellow@10gen.com>2008-08-27 00:24:08 +0000
committeryellow <yellow@10gen.com>2008-08-27 00:24:08 +0000
commitfa9c4b0b5f5dc8600afa4c5413621f3dd2e99eb3 (patch)
tree3a35ee2a53ebfd4418b23c94650eb4d56b330e09
parent43529c43cfc9c95f95501f1797b81bbb7106240e (diff)
downloadmongo-r0.1.1_rc1.tar.gz
--master default in run.tcsr0.1.1_rc1
-rw-r--r--bin/run.tcsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run.tcsh b/bin/run.tcsh
index 5e82b8504d3..912a437237f 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 run >& log/run.log
+ ./db/db --master >& log/run.log
sleep 2
end