summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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