Changeset 9100 for trunk/MagicSoft/Mars/datacenter/scripts/condorstatistics
- Timestamp:
- 08/05/08 17:33:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/condorstatistics
r9073 r9100 64 64 case $check0 in 65 65 1) echo " check0=$check0 -> everything ok -> move files" >> $scriptlog 2>&1 66 printprocesslog "INFO plots successfully produced"66 printprocesslog "INFO condor statistic filled succesfully" 67 67 day=`basename $date` 68 68 cd `dirname $date` … … 79 79 cd $mars 80 80 ;; 81 *) echo " check0=$check0 -> ERROR -> couldn't create plots-> exit" >> $scriptlog 2>&182 printprocesslog "ERROR producing plotsfailed"81 *) echo " check0=$check0 -> ERROR -> couldn't fill condor statistic to DB -> exit" >> $scriptlog 2>&1 82 printprocesslog "ERROR filling condor statistic to DB failed" 83 83 finish >> $scriptlog 2>&1 84 84 ;;
Note:
See TracChangeset
for help on using the changeset viewer.