Ignore:
Timestamp:
02/20/17 13:58:17 (8 years ago)
Author:
Daniela Dorner
Message:
implemented usage of new function check_file_avail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step1.sh

    r18705 r18770  
    6363function rsync_aux_file()
    6464{
    65    if ls $1 >/dev/null 2>&1
     65   if check_file_avail $1
    6666   then
    6767      printprocesslog "INFO rsync "$1
     
    7777         printprocesslog "WARN rsync of "$1" failed."
    7878      fi
    79    else
    80       printprocesslog "WARN "$1" missing."
    8179   fi
    8280}
Note: See TracChangeset for help on using the changeset viewer.