Index: trunk/DataCheck/Transfer/CheckTransfer.sh
===================================================================
--- trunk/DataCheck/Transfer/CheckTransfer.sh	(revision 13311)
+++ trunk/DataCheck/Transfer/CheckTransfer.sh	(revision 13312)
@@ -15,8 +15,6 @@
         )
 
-dates=( "2012/03/12" )
-
 numdaysok=0
-numdaysoklimit=3
+numdaysoklimit=1
 for date in ${dates[@]}
 do 
@@ -32,5 +30,5 @@
    
    # check always only $numdaysoklimit days
-   if [ $numdaysok -gt $numdaysoklimit ]
+   if [ $numdaysok -ge $numdaysoklimit ]
    then
       echo "INFO more than "$numdaysoklimit" ok -> stop. "
