mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
more files
This commit is contained in:
parent
9eb797ca4d
commit
175cfcc70b
15
bin/run.tcsh
15
bin/run.tcsh
@ -1,12 +1,15 @@
|
||||
|
||||
limit coredumpsize 1000000
|
||||
|
||||
while ( 1 == 1 )
|
||||
|
||||
if ( -f log/run.log6 ) mv log/run.log6 log/run.log.7
|
||||
if ( -f log/run.log5 ) mv log/run.log5 log/run.log.6
|
||||
if ( -f log/run.log4 ) mv log/run.log4 log/run.log.5
|
||||
if ( -f log/run.log3 ) mv log/run.log3 log/run.log.4
|
||||
if ( -f log/run.log2 ) mv log/run.log2 log/run.log.3
|
||||
if ( -f log/run.log1 ) mv log/run.log1 log/run.log.2
|
||||
if ( -f log/run.log ) mv log/run.log log/run.log.1
|
||||
if ( -f log/run.log1 ) mv log/run.log log/run.log.2
|
||||
if ( -f log/run.log2 ) mv log/run.log log/run.log.3
|
||||
if ( -f log/run.log3 ) mv log/run.log log/run.log.4
|
||||
if ( -f log/run.log4 ) mv log/run.log log/run.log.5
|
||||
if ( -f log/run.log5 ) mv log/run.log log/run.log.6
|
||||
if ( -f log/run.log6 ) mv log/run.log log/run.log.7
|
||||
|
||||
./db/db run >& log/run.log
|
||||
sleep 2
|
||||
|
Loading…
Reference in New Issue
Block a user