- Timestamp:
- 04/16/12 12:47:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/RsyncRawToISDC.sh
r13082 r13342 51 51 0) printprocesslog "INFO link for "$rawfileisdc" created successfully." 52 52 ;; 53 *) printprocesslog "WARN link for "$rawfileisdc" could not be created ."53 *) printprocesslog "WARN link for "$rawfileisdc" could not be created (check2="$check2")." 54 54 check=$check2 55 55 ;; … … 59 59 fi 60 60 ;; 61 *) printprocesslog "WARN "$rawfilelp" could not be transferred to ISDC ."61 *) printprocesslog "WARN "$rawfilelp" could not be transferred to ISDC (check1="$check1")." 62 62 check=$check1 63 63 ;; … … 87 87 0) printprocesslog "INFO link for "$drsfileisdc" created successfully." 88 88 ;; 89 *) printprocesslog "WARN link for "$drsfileisdc" could not be created ."89 *) printprocesslog "WARN link for "$drsfileisdc" could not be created (check4="$check4")." 90 90 check=$check4 91 91 ;; … … 95 95 fi 96 96 ;; 97 *) printprocesslog "WARN "$drsfilelp" could not be transferred to ISDC ."97 *) printprocesslog "WARN "$drsfilelp" could not be transferred to ISDC (check3="$check3")." 98 98 check=$check3 99 99 ;;
Note:
See TracChangeset
for help on using the changeset viewer.