Changeset 18322


Ignore:
Timestamp:
08/31/15 01:34:47 (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/Processing/FillRatescans.sh

    r18212 r18322  
    1616if [ "$certaindate" != "" ]
    1717then
    18    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'\|'^[0-9][0-9][0-9]$'`
    19    if [ "$checkstring" = "" ]
    20    then
    21       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    22       finish
    23    fi
    2418   getdates $certaindate
    2519else
     
    3327printprocesslog "INFO processing the following night(s): "${dates[@]}
    3428echo  `date`": processing the following night(s): "${dates[@]} >> $logfile 2>&1
    35 
    36 #echo ${dates[@]}
    3729
    3830cd $mars
Note: See TracChangeset for help on using the changeset viewer.