X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2FonlineReco.sh;h=1798bb9859c4cbf1f7785388f196ca7edea2fc96;hb=ba9ab8c2e26b85228a52e8e5b34ce81da2010125;hp=be14e5cfdab0e5a26e4e27d07c12d2aaf62d1fc4;hpb=3153d9c6c7de61709c524752a9c6bfc62382832d;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/onlineReco.sh b/MONITOR/onlineReco.sh index be14e5cfdab..1798bb9859c 100644 --- a/MONITOR/onlineReco.sh +++ b/MONITOR/onlineReco.sh @@ -64,13 +64,13 @@ then while [ 1 ] do cd $RECO_DIR - aliroot -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"listen\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log + aliroot -b -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"listen\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log RUNNUMBER=`grep "I-AliCDBManager::Print: Run number =" rec.log | cut -d ";" -f 1 | awk '{print $5}'` mv rec.log log/run$RUNNUMBER.log done else cd $RECO_DIR - aliroot -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"$1\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log + aliroot -b -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"$1\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log RUNNUMBER=`grep "I-AliCDBManager::Print: Run number =" rec.log | cut -d ";" -f 1 | awk '{print $5}'` mv rec.log log/run$RUNNUMBER.log fi