Ignore:
Timestamp:
08/05/05 18:33:55 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets

    r7233 r7265  
    4949    0)   echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;;
    5050    1)   echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1
    51          echo "-> getting list for callisto is running -> exit" >> $scriptlog 2>&1
     51         echo "-> getting list for insertdatasets is running -> exit" >> $scriptlog 2>&1
    5252         date  >> $scriptlog 2>&1
    5353         exit;;
     
    9494   check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\"",kFALSE\) | tee $insertdatasetlog | grep int | sed -e 's/(int)//'`
    9595   case $check0 in
    96       1)   echo "check0=$check0 -> everthing ok " >> $scriptlog 2>&1 ;;
     96      1)   echo "check0=$check0 -> everything ok " >> $scriptlog 2>&1 ;;
    9797      *)   echo "check0=$check0 -> ERROR " >> $scriptlog 2>&1 ;;
    9898   esac
Note: See TracChangeset for help on using the changeset viewer.