Changeset 18319 for trunk/DataCheck


Ignore:
Timestamp:
08/31/15 01:23:29 (9 years ago)
Author:
Daniela Dorner
Message:
removed check of certaindate-variable (now done in getdate())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Transfer/BackupRawToWue.sh

    r17905 r18319  
    1313if [ "$certaindate" != "" ]
    1414then
    15    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
    16    if [ "$checkstring" = "" ]
    17    then
    18       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    19       finish
    20    fi
    2115   printprocesslog "INFO process only data of "$certaindate
    2216   echo "INFO process only data of "$certaindate
Note: See TracChangeset for help on using the changeset viewer.