Changeset 13312


Ignore:
Timestamp:
04/04/12 16:28:17 (12 years ago)
Author:
Daniela Dorner
Message:
adapted parameters to run script via cron
File:
1 edited

Legend:

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

    r13171 r13312  
    1515        )
    1616
    17 dates=( "2012/03/12" )
    18 
    1917numdaysok=0
    20 numdaysoklimit=3
     18numdaysoklimit=1
    2119for date in ${dates[@]}
    2220do
     
    3230   
    3331   # check always only $numdaysoklimit days
    34    if [ $numdaysok -gt $numdaysoklimit ]
     32   if [ $numdaysok -ge $numdaysoklimit ]
    3533   then
    3634      echo "INFO more than "$numdaysoklimit" ok -> stop. "
Note: See TracChangeset for help on using the changeset viewer.