Changeset 18769 for trunk/DataCheck/QuickLook
- Timestamp:
- 02/20/17 13:32:28 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunCallisto.sh
r18392 r18769 75 75 fi 76 76 ;; 77 *) printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)" 78 # allow for reprocessing in case callisto fails once 77 *) # allow for reprocessing in case callisto fails once 79 78 cplogfile=$logfile.cp 80 79 if ! ls $cplogfile >/dev/null 2>/dev/null 81 80 then 81 printprocesslog "WARN callisto failed for file "$3" (check1=$check1)" 82 82 mv $logfile $cplogfile 83 else 84 printprocesslog "ERROR callisto failed for file "$3" (check1=$check1)" 83 85 fi 84 86 ;;
Note:
See TracChangeset
for help on using the changeset viewer.