Changeset 18770 for trunk/DataCheck/QuickLook
- Timestamp:
- 02/20/17 13:58:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step1.sh
r18705 r18770 63 63 function rsync_aux_file() 64 64 { 65 if ls $1 >/dev/null 2>&165 if check_file_avail $1 66 66 then 67 67 printprocesslog "INFO rsync "$1 … … 77 77 printprocesslog "WARN rsync of "$1" failed." 78 78 fi 79 else80 printprocesslog "WARN "$1" missing."81 79 fi 82 80 }
Note:
See TracChangeset
for help on using the changeset viewer.