Changeset 19487 for trunk/DataCheck/Transfer
- Timestamp:
- 04/04/19 18:12:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/RsyncRawToISDC.sh
r18873 r19487 67 67 if [ "$lpfile" == "" ] 68 68 then 69 echo $nightrun" not yet available on data." 70 printprocesslog "INFO "$nightrun" not yet available on data." 69 #echo $nightrun" not yet available on data." 70 #printprocesslog "INFO "$nightrun" not yet available on data." 71 if [ $night -le $checknight ] 72 then 73 printprocesslog "WARN "$nightrun" not yet available on data." 74 else 75 printprocesslog "INFO "$nightrun" not yet available on data." 76 fi 71 77 continue 72 78 else … … 86 92 then 87 93 #echo $rawfilelp" not yet available on data." 88 printprocesslog "INFO "$rawfilelp" not yet available on data." 94 #printprocesslog "INFO "$rawfilelp" not yet available on data." 95 if [ $night -le $checknight ] 96 then 97 printprocesslog "WARN "$rawfilelp" not yet available on data." 98 else 99 printprocesslog "INFO "$rawfilelp" not yet available on data." 100 fi 89 101 check="no" 90 102 setstatus "stop"
Note:
See TracChangeset
for help on using the changeset viewer.